Prabhu Ramachandran | 20 Jul 06:06

Re: Overview of ETS 3.0 tests

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

Gmane