We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f70ef commit 52c8a20Copy full SHA for 52c8a20
tests/test_utils.py
@@ -0,0 +1,6 @@
1
+from pydantic_settings.utils import path_type_label
2
+
3
4
+def test_path_type_label(tmp_path):
5
+ result = path_type_label(tmp_path)
6
+ assert result == 'directory'
0 commit comments