コード例 #1
0
def teardown():
    """Function called by nose after all tests in this module ran"""
    teardown_db()
コード例 #2
0
ファイル: __init__.py プロジェクト: TurboGears/tg2tut
def teardown():
    """Function called by nose after all tests in this module ran"""
    teardown_db()
コード例 #3
0
def teardown():
    """Tear down test fixture for all model tests."""
    teardown_db()