[pylons-devel] Re: Testing a Pyramid app with Jenkins

2015-10-01 Thread Alain Désilets
On Friday, 25 September 2015 21:48:54 UTC-4, Laurence Rowe wrote: > > Assuming your tests are written in Python, then I'd recommend starting a > webtest.http.StopableWSGIServer [1] as part of your test setup. > Thx. I have started looking into StopableWSGIServer. Alain -- You received this

[pylons-devel] Re: Testing a Pyramid app with Jenkins

2015-09-25 Thread Laurence Rowe
On Wednesday, 23 September 2015 11:18:43 UTC-7, alain.d...@nrc-cnrc.gc.ca wrote: > > Before I run the the unit tests, I need restart the tdddemoPyramidApp.py > script so that it runs the most recent version of the app. When I run the > tests outside of Jenkins, I just Ctrl-C the script and re-is

[pylons-devel] Re: Testing a Pyramid app with Jenkins

2015-09-23 Thread Gael Pasgrimaud
Hi On Wednesday, September 23, 2015 at 8:18:43 PM UTC+2, alain.d...@nrc-cnrc.gc.ca wrote: > > I have a Pyramid app called tdddemoPyramidApp.py, for which I wrote a > bunch of integration tests using PhantomJS. > > I want those tests to be run by the Jenkins Continuous Integration server > whe