20 Jul 06:06
Re: Overview of ETS 3.0 tests
From: Prabhu Ramachandran <prabhu@...>
Subject: Re: Overview of ETS 3.0 tests
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-20 04:06:14 GMT
Subject: Re: Overview of ETS 3.0 tests
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-20 04:06:14 GMT
Prabhu Ramachandran wrote: > Right now I am inclined to just make them play nicely with nosetests so > you can run nosetests in the directory and it runs all the tests. If > people need to run it with certain command line options they may do so > either as python [options] test_something.py or as nosetests [args] > where the args may be re-interpreted by the test (for example -s will > run the test standalone but is also nosetests option to not capture stdout). I've just checked in this. So now, the tests should run with nosetests. You can do: cd integrationtests/mayavi nosetests and it should run everything. Run: nosetests -s to run them standalone. It won't support offscreen (-so) since nosetests doesn't have a -o option. cheers, prabhu
RSS Feed