Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
aberenda-optifino committed Oct 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 36f70ef commit 52c8a20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from pydantic_settings.utils import path_type_label


def test_path_type_label(tmp_path):
result = path_type_label(tmp_path)
assert result == 'directory'

0 comments on commit 52c8a20

Please sign in to comment.