You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pydantic Settings has excellent test coverage, but tests are collected in only 3 files, leading to e.g. ~5200 lines in test_settings.py. IMO, testing code could be more maintainable if every source has a separate file, if possible.
I could provide PR if this improvement sounds reasonable.
The text was updated successfully, but these errors were encountered:
Pydantic Settings has excellent test coverage, but tests are collected in only 3 files, leading to e.g. ~5200 lines in test_settings.py. IMO, testing code could be more maintainable if every source has a separate file, if possible.
I could provide PR if this improvement sounds reasonable.
The text was updated successfully, but these errors were encountered: