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
fromosparcimportApiClient, UsersApi, Confirmationimportos@pytest.fixturedefmock_osparc_service_envs(monkeypatch):
# emulate osparc variable and secrets mechanism here where starting a service
...
deftest_done(mock_osparc_service_envs):
assertConfiguration() =Configuration(
host=os.environ["OSPARC_API_HOST"],
username=os.environ["OSPARC_API_KEY"],
password=os.environ["OSPARC_API_SECRET"],
)
The text was updated successfully, but these errors were encountered:
User Story
The
Configuration
object should by default capture specific environment variables. such that by open a jupyter-math service in osparc (see ITISFoundation/jupyter-math#29, ITISFoundation/osparc-simcore#5695)Definition of Done
The text was updated successfully, but these errors were encountered: