1 2 3 4 5 6 7 8 9 10 11
def setup(): print "SETUP!" def teardown(): print "TEAR DOWN!" def test_basic(): print "I RAN!"