balanced-cookbooks / balanced-ci

Internal configuration for the Jekins CI environment
4 stars 1 forks source link

Cannot use python setup.py test as the test command #19

Closed mjallday closed 10 years ago

mjallday commented 10 years ago

https://nose.readthedocs.org/en/latest/setuptools_integration.html https://github.com/balanced-cookbooks/balanced-ci/blob/new-jobs/libraries/balanced_ci_pipeline.rb#L38

It should be python setup.py nosetests

nose also includes its own setuptools command, nosetests, that provides support for all plugins and command line options. It works just like the test command:

mahmoudimus commented 10 years ago

Not relevant. Using nosetests directly.