Projet

Général

Profil

« Précédent | Suivant » 

Révision 20ba33c7

Ajouté par Frédéric Péters il y a presque 4 ans

tests: fix database name (#45105)

Voir les différences:

tests/settings.py
8 8
DATABASES = {
9 9
    'default': {
10 10
        'ENGINE': os.environ.get('DB_ENGINE', 'django.db.backends.sqlite3'),
11
        'TEST': {'NAME': 'chrono-test-%s' % os.environ.get("BRANCH_NAME", "").replace('/', '-')[:63],},
11
        'TEST': {'NAME': 'corbo-test-%s' % os.environ.get("BRANCH_NAME", "").replace('/', '-')[:63],},
12 12
    }
13 13
}

Formats disponibles : Unified diff