gpt4 book ai didi

python - Nose 测试如何找到要运行的测试?

转载 作者:行者123 更新时间:2023-12-01 06:10:04 26 4
gpt4 key购买 nike

我正在尝试使用nosetests 运行目录中的所有pyunit 测试。问题是我在这个目录中有 4 个测试,而 notests 只运行其中之一。如果我单独运行其他三个测试,例如:

nosetests -v thistestwillrunnow.py

然后测试将运行。但我想只是说:

nosetests

将运行目录中的所有测试,而不必一次运行一个。

nosetests 如何找到要运行的测试?

最佳答案

“如果它看起来像测试,那就是测试”!

这是提取的from nose documentation .

我个人将测试文件存储在模块目录中的 test 子目录中,如下所示:

src/module1/test
src/module2/test
src/module2/sub_module/test

效果非常好:)

关于python - Nose 测试如何找到要运行的测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6347867/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com