洛克黄瓜
Results
1
issues of
洛克黄瓜
python 3.7.1 pytest 4.4.0 pytest-ordering 0.6 there are two testClass, and I find the test will run as order which I set. ``` import unittest import pytest class TestA(unittest.TestCase): @pytest.mark.run(order=0)...