def setup():
    load_test_data()
    cache_conn().flushdb()
def teardown():
    drop_test_data()
    cache_conn().flushdb()