conftest.py 149 B

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