Casper Weiss Bang
01/31/2023, 11:19 AMConfig
dataclass). My repositories are defined with a call to get_config_from_envvars
which fails if an env var isn't defined. This is not great in unit tests. I know Python and Dependency Injection doesn't always go hand in hand, but it'd prefer not having monkey patching nor some magic env var that loads completly different configs, but that might be the best/only solution