Closed andrey-lepekhin closed 11 months ago
https://github.com/erhosen-libs/pydjantic/blob/e7c4565d57db2864dddb7125fffa587b92c337c4/tests/test_db_config.py#L79
Right now we're testing Pydantic's serialization only with no Pydjantic code. It should be DatabaseConfig(BaseDBConfig).
DatabaseConfig(BaseDBConfig)
https://github.com/erhosen-libs/pydjantic/blob/e7c4565d57db2864dddb7125fffa587b92c337c4/tests/test_db_config.py#L79
Right now we're testing Pydantic's serialization only with no Pydjantic code. It should be
DatabaseConfig(BaseDBConfig)
.