diff options
author | Aaron LI <aly@aaronly.me> | 2018-10-31 16:36:23 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-10-31 16:36:23 +0800 |
commit | 01c61b6b3c9eb8c1d5723d4f9ca9da12b7a3d0be (patch) | |
tree | 0142f8520ff54ee923d04a33d433d8b1dfd51fdd /tests/context.py | |
parent | c84b208aefd0a500091aeb1e40507dde91412aa4 (diff) | |
download | fg21sim-01c61b6b3c9eb8c1d5723d4f9ca9da12b7a3d0be.tar.bz2 |
Remove the empty tests
Diffstat (limited to 'tests/context.py')
-rw-r--r-- | tests/context.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/context.py b/tests/context.py deleted file mode 100644 index 352a47b..0000000 --- a/tests/context.py +++ /dev/null @@ -1,8 +0,0 @@ -# -*- coding: utf-8 -*- - -import sys -import os - -sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) - -import fg21sim |