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

2013-02-09 Thread Harry P
I'm struggling with the same problem. It's pretty annoying that you can't run a LiveServerTestCase with debug=True. It makes it overly hard to do TDD at the beginning of a project, because you need to customise logging behaviour to get any kind of debugging working... hp (http://www.tdd-djan

Re: Test driven development in Django framework

2012-09-07 Thread Harry P
g you selenium functional tests in a > acceptance testing framework? > > I would love to see your tutorials for intermediate/advanced level. > > On Thursday, September 6, 2012 1:57:08 PM UTC+3, Harry P wrote: >> >> Hi there, >> >> I work for a bunch of

Re: Test driven development in Django framework

2012-09-06 Thread Harry P
Hi there, I work for a bunch of XP fanatics, so we do quite religious TDD in our Python/Django development. We start with functional/acceptance tests, which we write using Selenium, driving a real web browser, and following a test script that is essential a user story. We then write unit tes