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/generator_tests.py | 12 ++++++++++++ tests/lpschedule_tests.py | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 tests/generator_tests.py delete mode 100644 tests/lpschedule_tests.py (limited to 'tests') diff --git a/tests/generator_tests.py b/tests/generator_tests.py new file mode 100644 index 0000000..3497361 --- /dev/null +++ b/tests/generator_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!" + 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