From 9c1396e14c64cd8d3dbb9e3a81e4b73c50a47862 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 19 Jan 2024 08:56:14 -0300 Subject: [PATCH] [Tests][Fixed] Adjusted import tests for the new pattern --- tests/test_plot/test_misc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index 19d0b0fa..a4e85765 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -903,7 +903,7 @@ def test_import_3(test_dir): prj = 'test_v5' ctx = context.TestContext(test_dir, prj, 'import_test_3') ctx.run(extra=['position_mine']) - ctx.expect_out_file(POS_DIR+'/test_v5_(both_pos).csv') + ctx.expect_out_file(POS_DIR+'/test_v5_(both_pos)_2024_01_19.csv') ctx.clean_up() @@ -912,8 +912,8 @@ def test_import_4(test_dir): prj = 'test_v5' ctx = context.TestContext(test_dir, prj, 'import_test_4') ctx.run(extra=[]) - ctx.expect_out_file(POS_DIR+'/test_v5_(both_pos).csv') - ctx.dont_expect_out_file(POS_DIR+'/test_v5_(bottom_pos).csv') + ctx.expect_out_file(POS_DIR+'/test_v5_(both_pos)_2024_01_19.csv') + ctx.dont_expect_out_file(POS_DIR+'/test_v5_(bottom_pos)_2024_01_19.csv') ctx.clean_up() @@ -931,7 +931,7 @@ def test_import_6(test_dir): prj = 'test_v5' ctx = context.TestContext(test_dir, prj, 'import_test_6') ctx.run(extra=['position_mine']) - ctx.expect_out_file(POS_DIR+'/test_v5_(both_pos).csv') + ctx.expect_out_file(POS_DIR+'/test_v5_(both_pos)_2024_01_19.csv') ctx.clean_up()