Override Selector provider #82
Answered
by
lesnik512
vaniamaksimov
asked this question in
Q&A
-
Is it possible to override providers.Selector for tests? I'm writing a test to make sure that, depending on the environment variables, I get the necessary objects from the container. Code of container:
code of test:
gives me one of PostgresVerifier | SQLIiteVerifier, but storages of them one of S3 | Local, depends on environments/ Is it possible to override Selector provider? |
Beta Was this translation helpful? Give feedback.
Answered by
lesnik512
Sep 13, 2024
Replies: 1 comment 1 reply
-
@vaniamaksimov Hi, I created an issue #83 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vaniamaksimov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vaniamaksimov Hi, I created an issue #83
Fixed in https://github.com/modern-python/that-depends/releases/tag/1.18.1