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, 11 insertions, 0 deletions
diff --git a/sfc/tests/NAME_tests.py b/sfc/tests/NAME_tests.py
new file mode 100644
index 00000000..e95004bc
--- /dev/null
+++ b/sfc/tests/NAME_tests.py
@@ -0,0 +1,11 @@
+
+def setup():
+ print "SETUP!"
+
+
+def teardown():
+ print "TEAR DOWN!"
+
+
+def test_basic():
+ print "I RAN!"