summaryrefslogtreecommitdiff
path: root/tests/backends/sqlite/test_creation.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-1/+9
| | | | | Co-authored-by: Valz <ahmadahussein0@gmail.com> Co-authored-by: Nick Pope <nick@nickpope.me.uk>
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-11/+13
|
* Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ↵Girish Sontakke2021-03-251-0/+17
| | | | SQLite.
* Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.Mariusz Felisiak2019-12-311-9/+7
|
* Fixed #30413 -- Fixed test database signature on SQLite when test database ↵Farhaan Bukhsh2019-11-211-0/+18
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'].