From 1b0cb96acbaa41444c64ec5c73fbfee928831f57 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 1 Oct 2015 11:05:12 -0400 Subject: renamed: tests/lpschedule_tests.py -> tests/generator_tests.py --- tests/lpschedule_tests.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/lpschedule_tests.py (limited to 'tests/lpschedule_tests.py') 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!" - -- cgit v1.2.3