代码中含有test关键字,或者test为前缀开头也是有问题的`,检测到test,pycharm会自动进入单元测试
复制代码
1
2
3
4
5
6
7def test(): correct = 0 total = 0` def test1(): correct = 0 total = 0
以上两个都是有问题的
解决办法:::::::::
可以
复制代码
1
2
3
4def super_test1(): correct = 0 total = 0
复制代码
1
2
3参考大佬: https://blog.csdn.net/weixin_44024993/article/details/107567954
最后
以上就是大方美女最近收集整理的关于Launching unittests with arguments python -m unittest的全部内容,更多相关Launching内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复