First time here? Check out the FAQ!

Revision history  [back]

launch recognition of only one test file in a django project using the testing tool

Hello I have a testfile where 2 tests fail the first time they are discovered and ran into the testing tool. Once they are downloaded if I run them again they pass.

To understand what is happening I am looking for a way to launch tests recognition in debug modeby right clicking on manage.py debug test but I would like to recognize only the test file which causes problem. What is the proper way to do this. How can I modify the file properties of manage.py file to restrict it to the faulty test file?