mozilla-services / python-dockerflow

A Python package to implement tools and helpers for Mozilla Dockerflow
https://python-dockerflow.readthedocs.io
Mozilla Public License 2.0
38 stars 21 forks source link

Enhance core tests #115

Open alexcottner opened 4 months ago

alexcottner commented 4 months ago

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:

  1. registry.run_checks_async
  2. registry.register_partial
  3. CheckMessage.is_serious