This defines some pytest markers that you can use in your code. For example, this: import pytest @pytest.mark.run(order=2) def test_foo(): assert True ...
確定! 回上一頁