test: add secret filtering

This commit is contained in:
2025-01-08 13:52:27 -05:00
parent bb3c379755
commit 50651db89e
3 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
from . import test_format_duration
from . import test_filter_secrets, test_format_duration
__all__ = ["test_format_duration"]
__all__ = ["test_format_duration", "test_filter_secrets"]