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) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -