[Scons-dev] Run a single test

2012-12-20 Thread anatoly techtonik
Am I right that there is no way to run a single test_ currently in SCons test suite? -- anatoly t. ___ Scons-dev mailing list Scons-dev@scons.org http://two.pairlist.net/mailman/listinfo/scons-dev

Re: [Scons-dev] Run a single test

2012-12-20 Thread Gary Oberbrunner
On Thu, Dec 20, 2012 at 9:11 AM, anatoly techtonik wrote: > Am I right that there is no way to run a single test_ currently in SCons > test suite? > > python runtest.py runs a single file. If the file has many tests, I think (?) there's no way to run a single test case within that file. -- Ga

Re: [Scons-dev] Run a single test

2012-12-20 Thread Dirk Bächle
Hi Anatoly, specifying the full relative path, like in python runtest.py test/Delete.py , should work. Dirk On 20.12.2012 15:11, anatoly techtonik wrote: Am I right that there is no way to run a single test_ currently in SCons test suite? -- anatoly t. __

Re: [Scons-dev] Run a single test

2012-12-20 Thread anatoly techtonik
On Thu, Dec 20, 2012 at 6:13 PM, Dirk Bächle wrote: > Hi Anatoly, > > specifying the full relative path, like in > > python runtest.py test/Delete.py > > , should work. > This works ok after I fix my PYTHONPATH, but I need to iterate only on a single test_* method. I've tried nose, but it fai

Re: [Scons-dev] Run a single test

2012-12-20 Thread anatoly techtonik
This seems to work ok with nose to run a single test: python -m nose.core TestCmdTests.py:start_TestCase.test_start -v Hope this helps. May become worthy to document. -- anatoly t. ___ Scons-dev mailing list Scons-dev@scons.org http://two.pairlist.