django 测试的问题
我的项目中有简单的应用程序。这个应用程序运行没有任何问题。我想测试它,所以我为它创建了一些测试。但是当我想对其进行测试时,我收到带有标签“x”的应用程序无法找到。测试适用于其他应用程序。
问题是什么?
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.
what is the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的应用程序有一个 models.py。
Be sure you have a models.py for your app.