File to import main file to tests.

This commit is contained in:
Homer S. 2021-07-06 17:15:15 +02:00
parent 25aeeb5c9b
commit 6f696bf970
1 changed files with 5 additions and 0 deletions

5
tests/context.py Normal file
View File

@ -0,0 +1,5 @@
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import fritzab2matrix