django-admin-interface/tests
Vasanth 23511d04b2
Fix #208 - do not assume active DB when not specified (#210).
* Do not assume active DB when not specified

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add db routing test case

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* one more test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* use assertRaises instead of expectedFailure

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Catch a general exception for  django < 2.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* use `with` instead of callable

* skip test for django < 2.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove repeated test

Co-authored-by: vaz <vmohan@lenbox.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-26 09:53:33 +01:00
..
__init__.py Added tests 2017-03-29 16:21:41 +02:00
routers.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
settings.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
test_fixtures.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
test_models.py Separate `test_repr` and `test_str`. 2022-11-18 13:31:57 +01:00
test_multidb.py Fix #208 - do not assume active DB when not specified (#210). 2022-11-26 09:53:33 +01:00
test_settings.py Run `pre-commit`. 2022-10-14 17:31:57 +02:00
test_templatetags.py Fix tests. 2022-10-17 14:50:14 +02:00
urls.py Run `pre-commit`. 2022-10-14 17:31:57 +02:00
urls_without_i18n_patterns.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00