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
Testing visualisers is non-trivial, but currently their test doesn't actually test them. All it does is verify that something happens, not what. Techniques like image-based testing should be used (e.g., pytestmpl).
Testing visualisers is non-trivial, but currently their test doesn't actually test them. All it does is verify that something happens, not what. Techniques like image-based testing should be used (e.g.,
pytestmpl).