Re: how do i run project level tests?

2013-02-14 Thread Nikolas Stevenson-Molnar
Just realized I misunderstood your question, sorry. You have test which cover the project as a whole, rather than individual apps, is that correct? _Nik On 2/14/2013 6:02 PM, Nikolas Stevenson-Molnar wrote: > Why doesn't it make sense to leave them in the app? That's fairly common > practice. You

Re: how do i run project level tests?

2013-02-14 Thread Nikolas Stevenson-Molnar
Why doesn't it make sense to leave them in the app? That's fairly common practice. You'll see tests shipped with a lot of 3rd-party apps (and for that matter with a lot of code libraries in general). For running the tests, see this doc: https://docs.djangoproject.com/en/1.4/topics/testing/ _Nik O

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