标签: python testing
是否可以指定使用python setup.py test运行哪些测试?例如,我喜欢这样做:
python setup.py test
python setup.py test my_test_module.MyTestClass.my_test_method
答案 0 :(得分:0)
想出来
python -m unittest tests.my_test_module.MyTestClass.my_test_method