fix creation of tmp test cachedir

master
Oliver Tonnhofer 2014-08-08 11:11:53 +02:00
parent 3b73f91a0d
commit 42c545a4a5
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,12 @@ import helper as t
mapping_file = 'complete_db_mapping.json'
def setup():
t.setup()
def teardown():
t.teardown()
#######################################################################
def test_import():
"""Import succeeds"""

View File

@ -7,6 +7,12 @@ psycopg2.extras.register_hstore(psycopg2.connect(**t.db_conf), globally=True)
mapping_file = 'single_table_mapping.json'
def setup():
t.setup()
def teardown():
t.teardown()
#######################################################################
def test_import():
"""Import succeeds"""