We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac20c93 commit 54b9938Copy full SHA for 54b9938
testing/test_cacheprovider.py
@@ -682,6 +682,8 @@ def test_2(): pass
682
result = testdir.runpytest("--lf", "--lfnf", "all")
683
result.stdout.fnmatch_lines(["*2 passed*"])
684
685
+ # ensure the list passed to pytest_deselected is a copy,
686
+ # and not a reference which is cleared right after
687
testdir.makeconftest(
688
"""
689
deselected = []
0 commit comments