document_redaction / test /__init__.py
seanpedrickcase's picture
Sync: Reverted HF spaces to update with updates to dev branch
6c0d4d8
"""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"]