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 项目的布局,我想这样制作结构:
最好我希望命令 ./manage.py test [app] 运行这些测试 谁能给我一个想法,我该如何去做?
你绝对可以用 django-nose 做到这一点:
https://github.com/jbalogh/django-nose