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.
我的 Django 项目有两个添加了单元测试的应用程序(django.test.TestCase)。在 PyCharm 中,我创建了两个 Django 测试启动器(每个应用程序一个)。在此配置中,一切正常。现在我想创建一个测试启动器,它可以同时为两个应用程序启动单元测试。
可能吗?
好的,我找到了解决方案。
如果您想在 PyCharm 中使用一个测试启动器启动多个测试套件,您应该将应用程序的名称添加到您的 Django 测试运行/调试配置的目标字段中,并用空格分隔。