uptime-kuma-api/tests
lucasheld 84d4009d6a feat: replace raw return values with enum values
BREAKING CHANGE:
Types of return values changed to enum values:
  - monitor: `type` (str -> MonitorType), `authMethod` (str -> AuthMethod)
  - notification: `type` (str -> NotificationType)
  - docker host: `dockerType` (str -> DockerType)
  - status page: `style` (str -> IncidentStyle)
  - maintenance: `strategy` (str -> MaintenanceStrategy)
  - proxy: `protocol` (str -> ProxyProtocol)
2023-05-25 21:26:54 +02:00
..
test_2fa.py implement 2FA login 2022-08-05 14:33:28 +02:00
test_api_key.py feat: raise exception when deleting an element that does not exist (#37) 2023-05-20 14:09:09 +02:00
test_avg_ping.py add more tests 2022-08-05 14:35:17 +02:00
test_clear.py add more tests 2022-08-03 12:35:48 +02:00
test_database.py add more tests 2022-08-05 14:35:17 +02:00
test_docker_host.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_game_list.py feat: drop support for Uptime Kuma versions < 1.21.3 2023-05-20 12:43:57 +02:00
test_heartbeat.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_helper_methods.py fix: adjust get_monitor_status method to previous changes 2023-05-20 20:35:04 +02:00
test_info.py add more tests 2022-08-03 12:35:48 +02:00
test_login.py feat: support autoLogin for enabled disableAuth 2022-09-23 18:24:00 +02:00
test_maintenance.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_monitor.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_monitor_tag.py feat: raise exception when deleting an element that does not exist (#37) 2023-05-20 14:09:09 +02:00
test_notification.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_proxy.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_settings.py feat: drop support for Uptime Kuma versions < 1.21.3 2023-05-20 12:43:57 +02:00
test_status_page.py feat: replace raw return values with enum values 2023-05-25 21:26:54 +02:00
test_tag.py feat: raise exception when deleting an element that does not exist (#37) 2023-05-20 14:09:09 +02:00
test_uptime.py add tests for all monitor types 2022-08-26 14:03:17 +02:00
uptime_kuma_test_case.py test: decrease timeout and wait_events 2023-05-20 14:23:01 +02:00