Re: run single regression test from test suite

2010-03-14 Thread Karen Tracey
On Sun, Mar 14, 2010 at 12:14 PM, ben wrote: > I haven't been able to work out how to run a single regression test > from the test suite. > > I would have thought that > > ./runtests.py --settings=test_sqlite > regressiontests.generic_relations_regress.tests.GenericRelationTests > > might work.

run single regression test from test suite

2010-03-14 Thread ben
I haven't been able to work out how to run a single regression test from the test suite. I would have thought that ./runtests.py --settings=test_sqlite regressiontests.generic_relations_regress.tests.GenericRelationTests might work. But it expects tests of the form app.TestCase. Since these te