Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.32
-
None
-
None
Description
It's a common thing to have setup.py provide a command which runs unit tests. For example I expected to be able to run:
python setup.py test
and have the qpid.messaging (and other qpid Python tests) run.