We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90804bd commit f04f4d5Copy full SHA for f04f4d5
1 file changed
tests/test_config.py
@@ -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
+
6
from sample_python_app.core.config import settings, weather_settings
7
8
0 commit comments