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-nose (或任何其他库)使用不同的夹具多次运行测试?我想检查我的项目如何使用不同数量的数据运行。当我搜索时,我发现没有办法将固定装置作为参数传递给 manage.py 测试。
此致
您可以在每次测试之前加载您喜欢的夹具。查看文档