Skip to content

Commit f44f18a

Browse files
committed
fix formatting in test for only-rerun flag
1 parent dd83dfe commit f44f18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_pytest_rerunfailures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def pytest_runtest_logfinish(nodeid, location):
421421
('def test_only_rerun(): raise AssertionError("ERR")', ['ERR'], True),
422422
('def test_only_rerun(): raise AssertionError("ERR")', ['AssertionError,ValueError'], False),
423423
('def test_only_rerun(): raise AssertionError("ERR")', ['AssertionError ValueError'], False),
424-
('def test_only_rerun(): raise AssertionError("ERR")', ['AssertionError','ValueError'], True),
424+
('def test_only_rerun(): raise AssertionError("ERR")', ['AssertionError', 'ValueError'], True),
425425
]
426426
)
427427
def test_only_rerun_flag(testdir, file_text, only_rerun_texts, should_rerun):

0 commit comments

Comments
 (0)