Skip to content

Commit

Permalink
#75 (9)
Browse files Browse the repository at this point in the history
debug container tests
  • Loading branch information
dostuffthatmatters committed Aug 22, 2023
1 parent 7704570 commit b585a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/proffast/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _run_test_container(
"about.json",
"logfiles/container.log",
]
if proffast_version == "proffast-2.2":
if proffast_version in ["proffast-2.2", "proffast-2.3"]:
expected_files = [
(
f"comb_invparms_{sdc.sensor_id}_SN{str(sdc.serial_number).zfill(3)}"
Expand All @@ -155,7 +155,7 @@ def _run_test_container(
"logfiles/pcxs_output.log",
"logfiles/inv_output.log",
]
else:
if proffast_version == "proffast-1.0":
expected_files = [
(f"{sdc.sensor_id}{date_string[2:]}-combined-invparms.csv"),
(f"{sdc.sensor_id}{date_string[2:]}-combined-invparms.parquet"),
Expand Down

0 comments on commit b585a9e

Please sign in to comment.