So yea, coming back from the death here :) That code actually does two things. a) It automates starting a project and makes sure that is possible. b) It then runs a generate and then runs the tests of the generated project to make sure it's tests are properly run.
So it's a test of both the generator and the generated project. To validate that changes to the templates don't break quickstart which will be very bad. On Mon, Jun 17, 2013 at 12:47 PM, Alessandro Molina < [email protected]> wrote: > I never noticed tg.devtools had a testsuite, as it is does it actually > make any sense? > As It runs a subset of the tests available in the testsuite of the > generated package, can't we just run the testsuite of the generated app? > > > On Mon, Jun 17, 2013 at 6:32 PM, Christoph Zwerschke <[email protected]>wrote: > >> In devtools.test there is a test_pastetemplate which is broken in 2.3 >> because devtools.pastetemplate does not exist any more. Are there plans to >> add tests to devtools again before 2.3 is out? >> >> -- 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 >> turbogears-trunk+unsubscribe@**googlegroups.com<turbogears-trunk%[email protected]> >> . >> To post to this group, send email to >> turbogears-trunk@googlegroups.**com<[email protected]> >> . >> Visit this group at >> http://groups.google.com/**group/turbogears-trunk<http://groups.google.com/group/turbogears-trunk> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> >> >> > -- > 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. > > > -- 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.
