how to change or check the order of the tests using pytest-asyncio

159 Views Asked by At

I'm using pytest-asyncio and can't find any documentation on how to ensure the order of the files running? For example if I have test_user.py and test_item.py and want test_user to run first, is there a way to do that?

0

There are 0 best solutions below