Skip to content

Commit

Permalink
fixup! Execute the system test workflow in pytest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nicki-krizek committed Mar 16, 2023
1 parent de7a47e commit 915b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tests/system/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def system_test( # pylint: disable=too-many-arguments,too-many-statements
Finally, when this fixture reaches an end (or encounters an exception,
which may be caused by fail/skip invocations), any fixtures which is
used by this one is finalized - e.g. system_test_dir performs final
used by this one are finalized - e.g. system_test_dir performs final
checks and cleans up the temporary test directory.
"""

Expand Down

0 comments on commit 915b0c5

Please sign in to comment.