testing - Is it possible to specify which tests are run with `python setup.py test`? -


Is it possible to specify which test running with python setup.py test Are you For example, I want to do something like:

  Python setup / test my_test_module.MyTestClass.my_test_method    

explained this

  Python - Exam test. My_test_module.MyTestClass.my_test_method    

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -