Am 20.06.2013 00:06, schrieb Alessandro Molina:
I tried to implement a more flexible test suite for quickstart, it now runs the quickstart with different options trying to run the test suite for each one of them.
You beat me to it, I wanted to do in a similar way.
Maybe someone more proficient in nose knows a better way to run the tests of the generated application from inside the testsuite, right now it loads them with nose.run which makes the whole testsuite result as a single test.
Yes, that's not so meaningful. The test should check how many tests were run (should be different depending on quickstart options) and whether at least one test was created and run at all.
We could give nose2 a try, it doesn't have the run() method but something like discover(exit=False) should do. I'll look into that tomorrow unless you beat me to it again.
-- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears-trunk. For more options, visit https://groups.google.com/groups/opt_out.
