Skip to content

Commit

Permalink
Merge pull request #12913 from jakkdl/dontfailonbadpath
Browse files Browse the repository at this point in the history
[minor] avoid test failing if the working path contains the string 'error'
  • Loading branch information
bluetech authored Oct 25, 2024
2 parents 26215b8 + 922d684 commit ded1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ def test_finish():
*3 passed*
"""
)
result.stdout.no_fnmatch_line("*error*")
assert result.ret == 0

def test_fixture_finalizer(self, pytester: Pytester) -> None:
pytester.makeconftest(
Expand Down

0 comments on commit ded1f44

Please sign in to comment.