First time here? Check out the FAQ!

Revision history  [back]

The Testing tool just shows all the tests in a list and not sorted into directories. You should be able to have both Django tests and unittest tests but need to set the Test Framework under the Testing tab of File Properties and/or the Default Test Framework in the Testing tab of Project properties. The easiest is probably to set the latter to unittest and then go into File Properties for manage.py and set Test Framework there to Django Tests. If you set Default Test Framework to Django Tests instead, you'ld have to set the File Properties for all the unittest test files, which is probably a lot of effort, so better to have the default be unittest and set the File Property just on manage.py.