summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py
index b994f8e..f6a99f0 100644
--- a/src/tests/helper.py
+++ b/src/tests/helper.py
@@ -16,6 +16,7 @@
import sys
import importlib.util
+import math
def prepare_module(file_path='', module_name=''):
spec = importlib.util.spec_from_file_location(module_name, file_path)