django/tests/backends/base
Przemysław Suliga 4ce59f602e Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
The CONN_HEALTH_CHECKS setting can be used to enable database
connection health checks for Django's persistent DB connections.

Thanks Florian Apolloner for reviews.
2021-12-01 07:44:48 +01:00
..
app_unmigrated Fixed #32012 -- Made test database creation sync apps models when migrations are disabled. 2020-09-23 10:54:04 +02:00
__init__.py Reorganized backends tests. 2017-06-21 12:00:47 -04:00
test_base.py Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting. 2021-12-01 07:44:48 +01:00
test_client.py Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL. 2021-04-27 10:43:35 +02:00
test_creation.py Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown. 2020-12-11 21:06:33 +01:00
test_features.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
test_introspection.py Removed DatabaseIntrospection.get_key_columns(). 2021-11-10 16:38:43 +01:00
test_operations.py Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adapt_timefield_value() crash with expressions. 2021-11-19 09:47:57 +01:00
test_schema.py Added BaseDatabaseSchemaEditor._effective_default() to allow testing without a connection. 2018-11-17 19:27:53 -05:00