Answers for "unittest run specific test"

0

unittest run specific test

python -m unittest mypkg.tests.test_module.TestClass.test_method
# In your case, this would be:
python -m unittest testMyCase.MyCase.testItIsHot
Posted by: Guest on February-26-2020

Browse Popular Code Answers by Language