Skip to content

Commit f04f4d5

Browse files
committed
fix: add docstring to test_config.py for improved clarity on test coverage
1 parent 90804bd commit f04f4d5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
Unit tests for sample_python_app.core.config module.
3+
Covers Settings and WeatherSettings instantiation, properties, and model_config.
4+
"""
5+
16
from sample_python_app.core.config import settings, weather_settings
27

38

0 commit comments

Comments
 (0)