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 
/home/harobed/projets/repoze/chameleon/src/chameleon/src/chameleon/tests/test_doctests)
 ... ERROR

======================================================================
ERROR: Failure: OSError (No such file 
/home/harobed/projets/repoze/chameleon/src/chameleon/src/chameleon/tests/test_doctests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/harobed/projets/repoze/env1/lib/python2.6/site-packages/nose/failure.py",
 line 39, in runTest
    raise self.exc_class(self.exc_val)
OSError: No such file 
/home/harobed/projets/repoze/chameleon/src/chameleon/src/chameleon/tests/test_doctests

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)


Well, I can use ``python setup.py test`` to launch all tests.

Question :

* how can I launch only one test, example 
``chameleon/tests/test_doctests.py:CoreTests.test_parsing_module`` ?

Thanks for your help,
Stephane

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to