tests: include bijoe in test database name

This commit is contained in:
Frédéric Péters 2022-05-15 09:41:22 +02:00
parent 8083554ab8
commit ae6d084cd0
1 changed files with 1 additions and 1 deletions

View File

@ -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)