summaryrefslogtreecommitdiffstats
path: root/tests/lpschedule_tests.py
blob: 3497361a3172ea139564b878996f9ba9f6b1aeef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
from nose.tools import *
import lpschedule

def setup():
    print "SETUP!"

def teardown():
    print "TEAR DOWN!"

def test_basic():
    print "I RAN!"