You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
incident_acknowledged_or_resolved needs tests to validate it handles input appropriately.
components_with_incidents needs stubbed get_acknowledged_incidents to test different scenarios around incidents with and without component tags
components_and_incidents needs stubbed get_incidents to test different scenarios around incidents we did and didn't create
open_incident and close_incident need mocked _created_incident and _update_incident to test they're calling them with the correct arguments (e.g. chose the right template and appended watermark)
sync needs stubbed components_with_incidents + components_and_incidents and mocked close_incident + open_incident to ensure the latter are called correctly for different combinations of statuspage and pagerduty incidents
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
incident_acknowledged_or_resolved
needs tests to validate it handles input appropriately.components_with_incidents
needs stubbedget_acknowledged_incidents
to test different scenarios around incidents with and without component tagscomponents_and_incidents
needs stubbedget_incidents
to test different scenarios around incidents we did and didn't createopen_incident
andclose_incident
need mocked_created_incident
and_update_incident
to test they're calling them with the correct arguments (e.g. chose the right template and appended watermark)sync
needs stubbedcomponents_with_incidents
+components_and_incidents
and mockedclose_incident
+open_incident
to ensure the latter are called correctly for different combinations of statuspage and pagerduty incidentsThe text was updated successfully, but these errors were encountered: