From 2a5a136ac9c160a421a0a7e8463ff1f940c3eff2 Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:58:30 -0600 Subject: [PATCH] set the TEST_DIR environment variable (#409) --- test/test_reformatted_for_agg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_reformatted_for_agg.py b/test/test_reformatted_for_agg.py index e5532614..b1314a18 100644 --- a/test/test_reformatted_for_agg.py +++ b/test/test_reformatted_for_agg.py @@ -6,6 +6,7 @@ from metcalcpy.util.read_env_vars_in_config import parse_config cwd = os.path.dirname(__file__) +os.environ['TEST_DIR'] = cwd def test_reformatted_input(): '''