aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/NAME_tests.py
blob: e95004bc24270d4dfce102af6835b93faa0af90a (plain)
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!"