aboutsummaryrefslogtreecommitdiffstats
path: root/tests/context.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-09-20 17:28:55 +0800
committerAaron LI <aaronly.me@outlook.com>2016-09-20 17:28:55 +0800
commit8e0aad8633ea3484a5a679fef6d04f7249f1400a (patch)
treee7d965f74d10674ec539531aed8feec68d5a17f4 /tests/context.py
parent393f6b3833e5ce1a197d507e628f7452de1b65a3 (diff)
downloadfg21sim-8e0aad8633ea3484a5a679fef6d04f7249f1400a.tar.bz2
Setup package structures
Credit: https://github.com/kennethreitz/samplemod TODO: Add the 'docs' part
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