gpt4 book ai didi

python - 只从 python nose 运行 doctests

转载 作者:太空宇宙 更新时间:2023-11-03 11:33:13 27 4
gpt4 key购买 nike

有没有办法使用 Python Nose (nosetests) 只运行 doctests? .我不想运行任何单元测试,而只想运行 doctests。

谢谢。

最佳答案

您可以忽略所有常规测试文件来实现该效果。这可以使用 -I--ignore-files 选项和正则表达式(如 .*\.py)轻松完成。

另一种方法是将 doctests 保存在一个单独的目录中,然后在该目录上启动 nose。


在较新版本的 nose 中,这似乎不再有效。

关于python - 只从 python nose 运行 doctests,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12819489/

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