From 01c61b6b3c9eb8c1d5723d4f9ca9da12b7a3d0be Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 31 Oct 2018 16:36:23 +0800 Subject: Remove the empty tests --- tests/context.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/context.py (limited to 'tests/context.py') 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 -- cgit v1.2.2