domino_admin_toolkit.checks.markers module

Single source of truth for the toolkit’s check-category pytest markers.

Kept free of heavy imports so the repo-root conftest, checks/conftest.py, and pytest_wrapper can all read it without pulling in the check fixtures’ k8s/mongo stack (importing checks.conftest costs ~2500 modules; this costs ~75).