Why i can't get the debug informations (in case of error) when i run LiveServerTestCase tests?

2013-01-29 Thread Alessandro Pelliciari
Hi, I'm writing some tests with Selenium. When i run my selenium tests (LiveServerTestCase type) and i have some error in my code (not in the test, i mean in the code executed, like the homepage view i reach with selenium) i get the 500 public template (that usually i get when i have DEBUG =

Re: Why i can't get the debug informations (in case of error) when i run LiveServerTestCase tests?

2013-01-29 Thread Alessandro Pelliciari
thanks for the link! So Isn't there a way to set DEBUG=True in tests? I have tried with @override_settings, but it didn't worked. Il giorno martedì 29 gennaio 2013 15:12:50 UTC+1, Ramiro Morales ha scritto: > > > On Jan 29, 2013 9:57 AM, "Alessandro Pelliciari"

Re: Why i can't get the debug informations (in case of error) when i run LiveServerTestCase tests?

2013-01-30 Thread Alessandro Pelliciari
logging at this moment. Alessandro Il giorno mercoledì 30 gennaio 2013 03:18:46 UTC+1, Ramiro Morales ha scritto: > > Ramiro Morales > On Jan 29, 2013 12:33 PM, "Alessandro Pelliciari" > > > wrote: > > > > thanks for the link! > > > > So Isn'

Re: Why i can't get the debug informations (in case of error) when i run LiveServerTestCase tests?

2013-02-09 Thread Alessandro Pelliciari
febbraio 2013 20:38:58 UTC+1, Ron Elliott ha scritto: > > > > On Tuesday, January 29, 2013 2:39:58 AM UTC-6, Alessandro Pelliciari wrote: >> >> Hi, I'm writing some tests with Selenium. >> >> When i run my selenium tests (LiveServerTestCase type) and i have s

Django and Jenkins, and django-jenkins

2013-03-07 Thread Alessandro Pelliciari
Hi guys, help me to resolve this problem. I'll tell you the whole story :) A week ago i've set up a Jenkins server, installed django-jenkins, and set up a job for my tests and pylint, pep8 etc. In my tests i have selenium tests, with setup and teardown methods. Everything worked smooth until,