cic-cli/tests/base_cic.py

6 lines
146 B
Python
Raw Normal View History

2021-10-10 15:37:26 +02:00
# standard imports
import os
test_base_dir = os.path.dirname(os.path.realpath(__file__))
test_data_dir = os.path.join(test_base_dir, 'testdata')