Problem with django tests
I have simple app in my project. This app works without any problem. I want to test it so I created some tests for it. But when i want to run test for it I receive App with label 'x' could not be found. Tests works for other apps.
开发者_StackOverflow中文版what is the problem?
Be sure you have a models.py for your app.
精彩评论