C:\Python27\python.exe C:/MyProject/runtests.py -c MyProject
and get:
Setting config WTF_ENV to:MyProject
E
======================================================================
ERROR: Failure: OSError (No such file C:\MyProject\tests\tests;)
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\python27\lib\site-packages\nose\failure.py", line 42, in runTest
raise self.exc_class(self.exc_val)
OSError: No such file C:\MyProject\tests\tests;
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
Process finished with exit code 0