healthchecks_healthchecks/hc/lib/tests
Pēteris Caune 7836da6448
Update settings.py to allow subpath in SITE_ROOT
If SITE_ROOT contains a subpath
(e.g., "http://example.org/healthchecks"), settings.py now adjusts
FORCE_SCRIPT_NAME and STATIC_URL.

Also, hc.lib.urls.absolute_reverse() now recognizes subpath in
SITE_ROOT, and makes sure it does not show up twice in the
generated URLs.

cc: #1091
2024-12-04 10:37:52 +02:00
..
__init__.py Tests for badges 2016-07-03 19:24:44 +03:00
test_badges.py Update settings.py to allow subpath in SITE_ROOT 2024-12-04 10:37:52 +02:00
test_curl.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00
test_date.py Increase the precision in hc.lib.date.format_approx_duration 2023-10-02 12:50:59 +03:00
test_emails.py Improve type hints 2023-09-05 13:31:59 +03:00
test_html.py Improve type hints 2023-09-05 13:31:59 +03:00
test_s3.py Fix InvalidResponseError() initialization parameters 2024-06-20 15:15:14 +03:00
test_signing.py Improve type hints 2023-09-05 13:31:59 +03:00
test_statsd.py Fix unclosed sockets in statsd tests 2024-06-27 11:03:29 +03:00
test_string.py Improve type hints 2023-09-05 13:31:59 +03:00