In the Django Tutorial Part 10, under “Test structure overview”, the tutorial instructs us to create the directory catalog/tests/
to hold the unit test classes. This did not work for me until I changed the directory (package) name from tests
to test
.