Esempio n. 1
0
def tearDown(test):
    print "\n---------- TEARDOWN ----------", test
    placelesssetup.tearDown()
    metadata.drop_all(checkfirst=True)
Esempio n. 2
0
def tearDown(test):
    print "\n---------- TEARDOWN ----------", test
    placelesssetup.tearDown()
    metadata.drop_all(checkfirst=True)
Esempio n. 3
0
def tearDown(test):
    placelesssetup.tearDown()
    metadata.drop_all(checkfirst=True)
def tearDown(test):
    placelesssetup.tearDown()
    metadata.drop_all(checkfirst=True)