Am 23.06.2013 14:51, schrieb Alessandro Molina:
The most simple solution would be to specify all the dependencies in tests_require of devtools, but I don't think this is the right solution, the tests should probably install the dependencies depending on the quickstarted app.
But then BaseTestQuickStart must also create and destroy a separate virtualenv in its setUp and tearDown methods.
By the way, I think it's better to use setUpClass and tearDownClass in this case, creating the environments and quickstarting the project for every test seems overkill to me.
-- 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.
