Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #31169 -- Adapted the parallel test runner to use spawn. | David Smith | 2022-03-15 | 1 | -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-bot | 2022-02-07 | 1 | -11/+13 |
| | |||||
* | Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ↵ | Girish Sontakke | 2021-03-25 | 1 | -0/+17 |
| | | | | SQLite. | ||||
* | Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests. | Mariusz Felisiak | 2019-12-31 | 1 | -9/+7 |
| | |||||
* | Fixed #30413 -- Fixed test database signature on SQLite when test database ↵ | Farhaan Bukhsh | 2019-11-21 | 1 | -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']. |