diff --git a/tests/conftest.py b/tests/conftest.py index d37d6ea..2969f47 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -58,7 +58,7 @@ SCHEMA_PATHS = os.path.join(os.path.dirname(__file__), 'fixtures/') def load_schema_db(schema): import random - database_name = 'db%s' % random.getrandbits(20) + database_name = 'bijoe_test_%s' % random.getrandbits(20) tmpdir = tempfile.mkdtemp() bijoe_schema_dir = os.path.join(tmpdir, 'schemas') os.makedirs(bijoe_schema_dir)