aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/NAME_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/tests/NAME_tests.py')
-rw-r--r--sfc/tests/NAME_tests.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfc/tests/NAME_tests.py b/sfc/tests/NAME_tests.py
deleted file mode 100644
index e95004bc..00000000
--- a/sfc/tests/NAME_tests.py
+++ /dev/null
@@ -1,11 +0,0 @@
-
-def setup():
- print "SETUP!"
-
-
-def teardown():
- print "TEAR DOWN!"
-
-
-def test_basic():
- print "I RAN!"