aboutsummaryrefslogtreecommitdiffstats
path: root/tests/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/context.py')
-rw-r--r--tests/context.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/context.py b/tests/context.py
new file mode 100644
index 0000000..352a47b
--- /dev/null
+++ b/tests/context.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+import sys
+import os
+
+sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
+
+import fg21sim