Hi. I found an instruction to run test suite for the first time here:
i have done everything written there but have some issues:
One of the tests (last on the screen) runs for a very long time and does not change its state
Can anyone suggest - what could be the problem?
Welcome! I’d suggest running the test suite with increased verbosity runtests.py -v 2
so that you see which test hangs.
2 Likes
I’m faced with a similar problem but noticed that whichever verbosity level I select, the django test command does not indicate exactly which tests are detected or run. running python manage.py test -v N
seemingly reports a ton about migrations made into the test database.
Your best bet is to post more details about your issue in the “Using Django” section of the forum. The initial post here was about running Django’s own test suite using runtests.py
.
1 Like