Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Django 项目中,我有一些包/文件夹本身不是应用程序,但包含使用 Django 模型的代码并且需要包含测试。显然,当我运行“test nonapppackage.testname”时,我得到:
django.core.exceptions.ImproperlyConfigured:带有标签 xyzutils 的应用缺少 models.py 模块。
为应用外代码配置 unittest 的最佳方法是什么?