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.
我正在使用pytest-asyncio但找不到任何关于如何确保文件运行顺序的文档?例如,如果我有test_user.py并且test_item.py想test_user先运行,有没有办法做到这一点?
pytest-asyncio
test_user.py
test_item.py
test_user