does LiveServerTestCase work with gunicorn

2013-02-18 Thread calum mchaffie
I am running an app in django with gunicorn. I am trying to use selenium to test my app but have run into a problem. I need to create a test server like is done with djangos LiveServerTestCase that will work with gunicorn. Does anyone have any ideas of how i could do this? note: could also u

Re: How can i run system level tests using djangos testing framework

2013-02-18 Thread calum mchaffie
> _Nik > > On 2/18/2013 1:48 PM, calum mchaffie wrote: > > I want to be able to run my system level integration tests using > > djangos LiveServerTestCase. > > > > It doesnt make sense to have the tests in the app as it uses more than > > just the app. >

How can i run system level tests using djangos testing framework

2013-02-18 Thread calum mchaffie
I want to be able to run my system level integration tests using djangos LiveServerTestCase. It doesnt make sense to have the tests in the app as it uses more than just the app. So my problem is how do i get django to run the tests when they are in the project folder (not the app)? -- You

how do i run project level tests?

2013-02-14 Thread calum mchaffie
I have a django project with a couple apps. Where do i put tests for the project (as it doesnt make sense to have them in an app)? and how do i run them? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r