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

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -