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
During initial implementation of our new Metric objects, we were moving quickly and did not add as much testing as is needed to fully verify functionality and prevent regressions. Let's use this issue to do that.
The text was updated successfully, but these errors were encountered:
The coverage of metrics is looking pretty good. This is mostly due to the fact that metrics node already existed, and thus many tests existed. We even enabled some tests that were previously @pytest.mark.skip-ed. Currently we have 19 active tests and 2 skipped under /tests/functional/metrics. We have another 17 tests which test the interactions of metrics with other nodes. However, there are some low hanging improvements we can make.
During initial implementation of our new Metric objects, we were moving quickly and did not add as much testing as is needed to fully verify functionality and prevent regressions. Let's use this issue to do that.
The text was updated successfully, but these errors were encountered: