yeego1

Results 1 issues of yeego1

I've already set `--rerun 1`, bug it does not work ``` pytest args: ['-n', '7', '--reruns', '1', '--dist', 'loadscope', 'test/xxxx/test_case/xxxxxx', '--alluredir', 'allure_report/xml', '--junitxml=output/result.xml'] class TestDebugRerun: def test_debug_rerun(self): logging.info("post request") assert...