Skip to content

Commit

Permalink
more verbose test
Browse files Browse the repository at this point in the history
  • Loading branch information
psychogenic committed Dec 4, 2024
1 parent 9dee0dd commit 08cd2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_serialized_shuttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_check_serialization(shuttle, shuttlepath):
assert len(shuttle)
assert len(shuttlepath)

print(f"\nRunning test for shuttle: ***{shuttle}***\n")
shuttle_json_file = os.path.join(shuttlepath, f'{shuttle}.json')
(jsonIndex, binIndex) = get_indices(shuttle, shuttlepath)

Expand Down

0 comments on commit 08cd2af

Please sign in to comment.