2021-05-10 16:53:16 +02:00

6 lines
149 B
Python

# Ensure that the importing for all tests work
import sys
import os
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))