Skip to content

Commit

Permalink
Small fix to caching unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed Dec 11, 2023
1 parent d57257f commit 18157a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
class TestCaching(ETRS89TestCase):
case_dir = os.path.join(os.path.dirname(__file__), 'data', 'LF_ETRS89_UseCase')
settings_file = os.path.join(case_dir, 'settings', 'full.xml')
path_out = os.path.join(case_dir, 'out')
if not os.path.exists(path_out):
os.mkdir(path_out)
out_dir_a = os.path.join(case_dir, 'out', 'a')
out_dir_b = os.path.join(case_dir, 'out', 'b')

Expand Down

0 comments on commit 18157a6

Please sign in to comment.