From 947194a0d21fefd9660110f903deeb385dd1b537 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 1 Oct 2015 10:57:12 -0400 Subject: Initial commit --- tests/__init__.py | 0 tests/lpschedule_tests.py | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/lpschedule_tests.py (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/lpschedule_tests.py b/tests/lpschedule_tests.py new file mode 100644 index 0000000..3497361 --- /dev/null +++ b/tests/lpschedule_tests.py @@ -0,0 +1,12 @@ +from nose.tools import * +import lpschedule + +def setup(): + print "SETUP!" + +def teardown(): + print "TEAR DOWN!" + +def test_basic(): + print "I RAN!" + -- cgit v1.2.3