You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #75, @norlandrhagen and I have been adding support for Donfig and developing a clearer api for the Runtimes in this project. The following lists some outstanding todos that we should follow up on:
config
use donfig's expand_environment_variables method to connect to azure's connection string environment variable
testing
move fixtures.py to conftest.py
figure out how to set config in a test fixture
figure out a way to test the CloudRuntime, perhaps use pytest-mock?
The text was updated successfully, but these errors were encountered:
In #75, @norlandrhagen and I have been adding support for Donfig and developing a clearer api for the Runtimes in this project. The following lists some outstanding todos that we should follow up on:
config
expand_environment_variables
method to connect to azure's connection string environment variabletesting
fixtures.py
toconftest.py
config
in a test fixtureCloudRuntime
, perhaps use pytest-mock?The text was updated successfully, but these errors were encountered: