Re: [Repoze-dev] How can I launch only one test with python setup.py test ?

2010-05-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 KLEIN Stéphane wrote: Hi, usually I use nose to execute my tests. In Chameleon project, I can't use nose, example of fail : (env1)$ nosetests src/chameleon/tests/test_doctests -vs Failure: OSError (No such file

Re: [Repoze-dev] How can I launch only one test with python setup.py test ?

2010-05-01 Thread Damien Baty
Hello Stéphane, Le 01/05/10 18:45, KLEIN Stéphane a écrit : [...] * how can I launch only one test, example ``chameleon/tests/test_doctests.py:CoreTests.test_parsing_module`` ? python setup.py test -s chameleon.tests.test_doctests -- Damien Baty

Re: [Repoze-dev] How can I launch only one test with python setup.py test ?

2010-05-01 Thread KLEIN Stéphane
Le Sat, 01 May 2010 18:55:04 +0200, Damien Baty a écrit : Hello Stéphane, Le 01/05/10 18:45, KLEIN Stéphane a écrit : [...] * how can I launch only one test, example ``chameleon/tests/test_doctests.py:CoreTests.test_parsing_module`` ? python setup.py test -s