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 测试框架“Nose2”。我的测试设置如下。其中“dir”是最外层的目录,依此类推
目前,我可以运行测试的唯一方法是nose2 -c noseTests.cfg在“场景”文件夹中执行。有没有办法让这个 .cfg 文件成为全局文件,这样我就可以只运行场景文件夹中的测试,然后只运行报告文件夹中的测试,使用相同的配置文件?
nose2 -c noseTests.cfg