healthchecks_healthchecks/hc/api/tests
2024-11-08 11:31:09 +02:00
..
__init__.py Improve type hints 2023-10-25 18:12:12 +03:00
test_admin.py Fix admin test 2023-09-11 11:41:52 +03:00
test_badge.py Improve type hints 2023-08-29 19:10:27 +03:00
test_bounces.py Improve type hints 2023-10-26 08:35:06 +03:00
test_channel_model.py Add Channel.opsgenie property 2023-09-11 16:44:38 +03:00
test_check_badge.py Add support for per-check status badges 2024-02-27 12:55:51 +02:00
test_check_going_down_after.py Improve type hints 2023-08-29 19:10:27 +03:00
test_check_model.py Fix Check.lock_and_delete() to gracefully handle already deleted check 2024-06-20 15:57:53 +03:00
test_create_check.py Fix API to gracefully handle too long slugs 2024-10-16 12:35:30 +03:00
test_delete_check.py Improve type hints 2023-08-29 19:10:27 +03:00
test_flip_model.py Update Flip.select_channels() to sort channels by last_notify_duration 2024-09-12 10:44:56 +03:00
test_get_badges.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_get_check.py Add "uuid" field in API responses when read/write key is used 2024-07-18 18:15:52 +03:00
test_get_flips.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_get_ping_body.py Improve type hints 2023-08-29 19:10:27 +03:00
test_get_pings.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_list_channels.py Fix type annotations in tests to use _MonkeyPatchedWSGIResponse 2023-08-29 22:35:51 +03:00
test_list_checks.py Add "uuid" field in API responses when read/write key is used 2024-07-18 18:15:52 +03:00
test_metrics.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notification_status.py Improve type hints 2023-08-29 19:10:27 +03:00
test_notify_apprise.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_call.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_discord.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_email.py Add a missing article 2024-11-08 11:31:09 +02:00
test_notify_gotify.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_group.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_line.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_matrix.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_mattermost.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_msteams.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_msteamsw.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_ntfy.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_opsgenie.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_pagertree.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_pd.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_pushbullet.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_pushover.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_rocketchat.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_signal.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00
test_notify_slack.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_sms.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_spike.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_telegram.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_trello.py Fix integrations to include oncalendar schedules in notifications 2024-04-24 16:08:55 +03:00
test_notify_victorops.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_webhook.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_whatsapp.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify_zulip.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_notify.py Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
test_pause.py Improve type hints 2023-08-29 19:10:27 +03:00
test_ping_by_slug.py Fix type warnings 2023-09-02 17:19:31 +03:00
test_ping_model.py Improve type hints 2023-08-29 19:10:27 +03:00
test_ping.py Add Flip.reason field 2024-11-08 10:24:50 +02:00
test_resume.py Improve type hints 2023-08-29 19:10:27 +03:00
test_sendalerts.py Add Flip.reason field 2024-11-08 10:24:50 +02:00
test_sendreports.py Fix type warnings 2023-09-03 09:04:38 +03:00
test_smtpd.py Fix smtp listener to reject email addresses with unexpected domain 2024-10-21 17:48:57 +03:00
test_status.py Improve type hints 2023-08-29 19:10:27 +03:00
test_system_checks.py Update settings.py to read SECURE_PROXY_SSL_HEADER from env vars 2024-10-01 19:13:26 +03:00
test_tokenbucket.py Improve type hints 2023-08-29 19:10:27 +03:00
test_update_check.py Add API support for OnCalendar schedules 2023-12-07 14:03:35 +02:00