healthchecks/hc/api/tests
2018-03-18 14:55:41 +02:00
..
__init__.py Simplify: remove djmail and django-ses-backend dependencies. 2017-01-29 11:44:22 +02:00
test_admin.py Fix deprecation warnings. 2017-06-02 22:39:53 +03:00
test_badge.py Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong. 2017-03-10 10:35:21 +02:00
test_bounce.py Disable channel (mark as email_verified=False) when email bounces. 2017-11-04 17:35:14 +02:00
test_channel_model.py Use client-side installation flow for installing HipChat integration. 2017-08-31 12:16:54 +03:00
test_check_model.py In the "List checks" API response, the "next_ping" date was incorrect for checks using cron syntax. Fixed. 2017-06-29 14:41:13 +03:00
test_create_check.py Allow setting 30 day timeouts and grace times through API. 2018-03-17 09:43:55 +02:00
test_delete_check.py API call for deleting checks. 2017-09-12 13:33:12 +03:00
test_list_checks.py Ensure filter matches tag exactly 2017-09-07 20:32:05 +02:00
test_notify.py SMS numbers can be annotated with labels. Fixes #155 2018-03-13 16:31:58 +02:00
test_pause.py Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong. 2017-03-10 10:35:21 +02:00
test_ping.py Save request body for every ping, not just the last one. 2018-03-18 14:55:41 +02:00
test_sendalerts.py Profile.set_next_nag_date does not touch already set dates. 2017-10-15 21:43:48 +03:00
test_sendreports.py sendreports doesn't send nags if nag_period=0 ("disabled"). This would result in an infinite loop of nag emails. 2017-12-29 18:05:23 +02:00
test_update_check.py Return 403 when API key is wrong. Return 404 when resource not found. Return 405 when request method is wrong. Return 400 when request syntax is wrong. 2017-03-10 10:35:21 +02:00