From b585a9e2ccfb3c7549d0c6a44fe0a1e7f8e0a190 Mon Sep 17 00:00:00 2001 From: Moritz Makowski Date: Wed, 23 Aug 2023 01:21:02 +0200 Subject: [PATCH] #75 (9) debug container tests --- tests/proffast/test_container.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/proffast/test_container.py b/tests/proffast/test_container.py index f228f5b9..007107a1 100644 --- a/tests/proffast/test_container.py +++ b/tests/proffast/test_container.py @@ -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)}" @@ -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"),