Exemplo n.º 1
0
def teardown():
    """Function called by nose after all tests in this module ran"""
    teardown_db()
Exemplo n.º 2
0
def tearDownModule():
    model.DBSession.remove()
    teardown_db()
Exemplo n.º 3
0
def teardown():
    """Function called by nose after all tests in this module ran"""
    teardown_db()