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
Was thinking about this. A comprehensive solution would probably involve changing every check function that returns a message (info/warning/error) to add a unique error code as an element in its returned array so that we can check against that instead of checking its message content or title. If we wanted to do "bare minimum" checks, we could just check the returned severity value for the various check functions for a given log, but that wouldn't tell us if we're getting the exact result we expect if a function can return multiple messages of the same severity.
Using something like pytest, a simple method of verifying some detailed logs continue to get analyzed correctly.
The text was updated successfully, but these errors were encountered: