Filip Zvonař
Filip Zvonař
I use it as it is (FIFO behaviour) and it always made sense to me. I believe other people use it like that too so I hope this fix will...
Hello, I think I have hit a wall here with pytest-order. I am using a module / session scoped parametrized fixture and order within test classes: import pytest @pytest.fixture(scope="session", params=["using...
Thans for the reply. I expected the '--order-scope=class' would make it so only tests within their class would get rearanged, not mixing up instances of the same class. I guess...