#67_unittests_for_DTOs #69

Merged
brian merged 2 commits from #67_unittests_for_DTOs into main 2025-04-16 00:35:08 +02:00
Showing only changes of commit 7190b6c438 - Show all commits
@@ -7,6 +7,5 @@ class TypeCheckingBaseModel(BaseModel):
"""BaseModel with added type checking on input types."""
model_config = ConfigDict(
validate_assignment=True, # argument type checking
frozen=True, # ensure data immutability
)