示例#1
0
文件: util.py 项目: CiscoAS/keystone
def teardown_test_database():
    core.set_global_engine(None)
示例#2
0
文件: util.py 项目: t4n6a1ka/keystone
def teardown_test_database():
    core.set_global_engine(None)

    if os.path.exists('test.db.pristine'):
        os.unlink('test.db.pristine')
示例#3
0
def teardown_test_database():
    core.set_global_engine(None)

    if os.path.exists('test.db.pristine'):
        os.unlink('test.db.pristine')
示例#4
0
def teardown_test_database():
    core.set_global_engine(None)