-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ted 93 #13
Feature/ted 93 #13
Conversation
Codecov Report
@@ Coverage Diff @@
## main #13 +/- ##
==========================================
+ Coverage 95.01% 95.21% +0.19%
==========================================
Files 19 19
Lines 341 355 +14
==========================================
+ Hits 324 338 +14
Misses 17 17
Continue to review full report at Codecov.
|
from mfy_data_core.adapters.config_resolver import VaultAndEnvConfigResolver | ||
from mfy_data_core.adapters.vault_secrets_store import VaultSecretsStore | ||
|
||
dotenv.load_dotenv(verbose=True, override=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sophisticated!
from ted_sws import config | ||
|
||
|
||
def test_config_resolver(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an E2E test, right ?
No description provided.