I must have missed this part, I can now run single tests!
Thanks for the pointer Michael.
El sáb, 01-12-2007 a las 16:02 -0500, Empty escribió:
> Read this page entirely and it should help:
>
> http://www.djangoproject.com/documentation/contributing/
>
> specifically regarding running a single t
Read this page entirely and it should help:
http://www.djangoproject.com/documentation/contributing/
specifically regarding running a single test see:
http://www.djangoproject.com/documentation/contributing/#running-the-unit-tests
Michael Trier
blog.michaeltrier.com
On Dec 1, 2007 3:53 PM, Ma
Hi people,
When one "newbie" wants to create a patch with tests for Django (which
are a requirement for every ticket) he/She can get a bit confused.
Maybe one knows how to write tests for his/her own applications so the
first thing to try will be something like:
django//tests.py
this is only