Skip to content

Commit 64cf6f8

Browse files
Add missing class docstring to achieve 100% docstring coverage
- Add docstring to TestUtils class to complete 99.5% -> 100% coverage - All functions and classes now have comprehensive docstrings
1 parent 1a7dd7f commit 64cf6f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818

1919
class TestUtils(unittest.TestCase):
20+
"""Test cases for utility functions in aind_metadata_mapper.utils."""
21+
2022
def test_ensure_timezone_none(self):
2123
"""Test that ensure_timezone handles None input by returning current time with timezone.
2224

0 commit comments

Comments
 (0)