Ligare.database.testing.config
Functions
- protocol Ligare.database.testing.config.UseInmemoryDatabaseLoader[source]
typing.Protocol
.Classes that implement this protocol must have the following methods / attributes:
- __call__(config_type, toml_file_path, config_overrides=None)[source]
Call self as a function.
- Return type:
TypeVar
(TConfig
, bound=AbstractConfig
)