Skip to content

Commit

Permalink
docs(test/stages/test_skip_stages_fail.py): test, keep
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Oct 30, 2024
1 parent fe3ed6d commit a292184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/stages/test_skip_stages_fail.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# region KEEP

"""
Test building stages DAG.
"""
Expand Down Expand Up @@ -53,3 +55,6 @@ def test_skip_stages_fail(mocker: MockFixture, tmp_path):
match='A2: stage is required, but is skipped, and the following expected outputs',
):
run_workflow(mocker)


# endregion KEEP

0 comments on commit a292184

Please sign in to comment.