Skip to content

Commit

Permalink
Add check for expected path
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Jul 24, 2024
1 parent a89cf1e commit ea2f99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_epyscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def test_make_run_dirs(tmp_path):

expected_path = tmp_path / "run_0_1000000/run_0_10000/run_1200_1300/run_1234"

assert path == expected_path
assert expected_path.is_dir()
assert expected_path.exists()

Expand Down

0 comments on commit ea2f99f

Please sign in to comment.