Skip to content

Commit

Permalink
fixup! Add a test of tag filtering on pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Jan 26, 2024
1 parent e26491f commit b98888c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ramble/ramble/test/end_to_end/phase_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_workspace_phase_selection(mutable_config, mutable_mock_workspace_path,

ws1._re_read()

output = workspace('info', global_args=['-w', workspace_name])
output = workspace('info', '-vv', global_args=['-w', workspace_name])
assert "Phases for setup pipeline:" in output
assert "get_inputs" in output
assert "make_experiments" in output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_workspace_phase_selection_with_dependencies(mutable_config,

ws1._re_read()

output = workspace('info', global_args=['-w', workspace_name])
output = workspace('info', '-vv', global_args=['-w', workspace_name])
assert "Phases for setup pipeline:" in output
assert "get_inputs" in output
assert "make_experiments" in output
Expand Down

0 comments on commit b98888c

Please sign in to comment.