test: add format duration tests

This commit is contained in:
2025-01-06 14:06:06 -05:00
parent 439095116f
commit 729fc28f1b
2 changed files with 53 additions and 0 deletions

3
tests/__init__.py Normal file
View File

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