Skip to content

Commit

Permalink
modified: tests/test_eppy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Nov 5, 2023
1 parent 4b3107c commit 8c5c68b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_eppy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@

"py.test for functions in __init__"

import os
import pytest

import eppy
from eppy.pytest_helpers import do_integration_tests
import eppy.idd_helpers as idd_helpers
from tests.pytest_helpers import safeIDDreset

IDDVERSION = "8.4.0"
try:
VERSION = os.environ['ENERGYPLUS_VERSION'] # used in CI files
except KeyError:
VERSION = "8.9.0" # current default for integration tests on local system
IDDVERSION = VERSION

def teardown_module(module):
"""new IDD has been set in the module. Here you tear it down"""
Expand Down

0 comments on commit 8c5c68b

Please sign in to comment.