summaryrefslogtreecommitdiffstats
path: root/tests/lpschedule_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lpschedule_tests.py')
-rw-r--r--tests/lpschedule_tests.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/lpschedule_tests.py b/tests/lpschedule_tests.py
deleted file mode 100644
index 3497361..0000000
--- a/tests/lpschedule_tests.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from nose.tools import *
-import lpschedule
-
-def setup():
- print "SETUP!"
-
-def teardown():
- print "TEAR DOWN!"
-
-def test_basic():
- print "I RAN!"
-