Skip to content

Commit

Permalink
Add --test-data to the test command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L committed Apr 24, 2024
1 parent a26d3bb commit 7dbe54c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def test_run_metadata(self):
"--no_wait",
"--output_metadata",
info_path,
"--test_data",
TEST_DATA_DIR,
]
self._check_exit_code(test_cmd)
assert os.path.exists(os.path.join(f, "run_info.json"))

0 comments on commit 7dbe54c

Please sign in to comment.