Skip to content

Commit

Permalink
set the TEST_DIR environment variable (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek authored Oct 29, 2024
1 parent 57e105a commit 2a5a136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_reformatted_for_agg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
'''
Expand Down

0 comments on commit 2a5a136

Please sign in to comment.