On Thu, Jun 20, 2013 at 11:29 PM, Christoph Zwerschke <[email protected]>wrote:
> Am 20.06.2013 00:06, schrieb Alessandro Molina: > >> 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. >> > > We should now also add a Travis service hook for tg2devtools. > > Yes, that I something I wanted to tackle but there were two issues I wanted to solve before: 1) How to manage dependencies required by the tests of the quickstarted app (and this should have been solved by your change to use "setup.py test" that should install the dependencies) 2) What to do on Py3, the current travis env for TG2.3 tests on Py26, 27, 32, 33. But some of the quickstarts don't work on Py3 due to missing libraries (ming, sprox, tgext.admin mostly). What should we test? Should "gearbox quickstart" create the project anyway or should it raise an error like "--ming not supported on py3"? Or should we just SKIP the tests in tg2devtools on py3? -- 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.
