示例#1
0
def flushdb():

    fixtures.flush()
示例#2
0
 def teardown_class(cls):
     fixtures.flush()
     os.environ["DATABASE"] = "d_and_d"