Re: Integrating Selenium tests into Django unit tests.

2011-08-12 Thread Almad
On 3 srp, 21:56, Tom Christie wrote: > I just had to do the same thing. Tried to use the django-sane-testing > package, but didn't have much success there. Might I ask what was the problem? > Cheers, >   T. Thanks, Almad -- You received this message because you are subscribed to the Googl

Re: Integrating Selenium tests into Django unit tests.

2011-08-04 Thread Tom Christie
This... https://code.djangoproject.com/attachment/ticket/2879/django_live_server_1.0.2.diff With changes to reflect the fact that the database settings layout has changed since 1.0, like so... = # Must do database stuff in this new thread if database in memory.

Re: Integrating Selenium tests into Django unit tests.

2011-08-03 Thread Shawn Milochik
Tom, Thanks for the reply. I read the history of that ticket and it is exactly what I'm looking for. Too bad it's five years in the making and still not in trunk. So, what did you do, use one of the patches in the ticket? If so, which one? If you have a snippet or something then please post