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'

(cherry picked from commit ded1f44)
  • Loading branch information
bluetech authored and patchback[bot] committed Oct 25, 2024
1 parent 52135b0 commit 6502816
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 6502816

Please sign in to comment.