1
0
mirror of https://github.com/django/django.git synced 2025-01-10 02:16:08 +00:00
django/tests/backends/sqlite
Farhaan Bukhsh 664c98f1f8 Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided.
Previously, the same signature was created for multiple in-memory
databases on SQLite when they had tests databases names
DATABASES['TEST']['NAME'].
2019-11-21 19:50:24 +01:00
..
__init__.py
test_creation.py Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided. 2019-11-21 19:50:24 +01:00
test_introspection.py
tests.py