We could do better testing around shared functions in registry.py. Right now most of these are tested through framework tests. Having tests that hit run_checks_async directly could give us more confidence.
Target functions for added tests:
- registry.run_checks_async
- registry.register_partial
- CheckMessage.is_serious
We could do better testing around shared functions in
registry.py. Right now most of these are tested through framework tests. Having tests that hitrun_checks_asyncdirectly could give us more confidence.Target functions for added tests: