Running Django’s test suite for the first time problem

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.

1 Like