.noserc
[nosetests]
with-xunit
使用以下命令运行nosetest
nosetests -w ./test/unit_test
当我使用nosetests运行测试时,它不会创建nosetests.xml文件。 但是,如果我运行下面的命令,它会生成nosetests.xml文件。
nosetests -w ./test/unit_test --with-xunit
当我运行nosetests时,不确定它为什么不读取.noserc文件。
答案 0 :(得分:5)
您可以在用户/主目录中拥有.noserc
文件,也可以在项目目录中以setup.cfg
答案 1 :(得分:1)
将配置文件添加到主目录就可以了。
~/.noserc