I\'m running this command:
python manage.py test project.apps.app1.tests
and it causes this error:
AttributeError: \
Got the same error, but checked all the reasons list here, did not fix my problem.
Finally figure it out that, the reason is that the name of one method that imported but not used yet is not correct. Though it is a stupid error, it happens.