Re: [tg-trunk] Tests for tg2devtools

2013-06-23 Thread Alessandro Molina
Ok, tests are now passing on both Py2 and Py3. I provided a travis configuration file and enabled travis, but all the tests are failing due to missing dependencies, it seems I was wrong on the setup.py test subprocess assumption that it would install the subtest dependencies, we currently have

Re: [tg-trunk] Tests for tg2devtools

2013-06-23 Thread Christoph Zwerschke
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

Re: [tg-trunk] Tests for tg2devtools

2013-06-23 Thread Alessandro Molina
On Sun, Jun 23, 2013 at 3:27 PM, Christoph Zwerschke c...@online.de wrote: But then BaseTestQuickStart must also create and destroy a separate virtualenv in its setUp and tearDown methods. I tried to tackle the problem in