Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 python 中学习 TDD。不幸的是,我还没有找到任何关于 unittest 的 PEP。
我通常创建一个类来处理特定测试主题的设置和拆卸,并为每个测试将其子类化。也就是说,每个测试都有一个类,其名称传达了正在测试的内容。没有什么花哨。