File size: 212 Bytes
00facdb | 1 2 3 4 5 6 | """Test package: fast pytest tests in ``test_*.py``; heavy CLI epilog suite in ``cli_epilog_suite``."""
from .cli_epilog_suite import run_all_tests, run_cli_redact
__all__ = ["run_all_tests", "run_cli_redact"]
|