Skip to content

Commit

Permalink
fix(tests): match the test output in any order
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 10, 2022
1 parent a68af15 commit ae26ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_another_useless_thing():
"""
)
collection_result = pytester.runpytest("--codspeed", "--collect-only")
collection_result.stdout.fnmatch_lines(
collection_result.stdout.fnmatch_lines_random(
[
"*<Function test_some_addition_performance>*",
"*<Function test_some_addition_performance_shorthand>*",
Expand Down

0 comments on commit ae26ce7

Please # to comment.