File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 11# pylint:disable=unused-variable
22# pylint:disable=unused-argument
33# pylint:disable=redefined-outer-name
4- """
5- We can validate actual .env files (also refered as `repo.config` files) by passing them via the CLI
6-
7- $ ln -s /path/to/osparc-config/deployments/mydeploy.com/repo.config .secrets
8- $ pytest --external-envfile=.secrets --pdb tests/unit/test_core_settings.py
9- """
104
115from typing import Any
126
Original file line number Diff line number Diff line change 22# pylint: disable=unused-argument
33# pylint: disable=unused-variable
44# pylint: disable=too-many-arguments
5- """
6- We validate actual envfiles (e.g. repo.config files) by passing them via the CLI
7-
8- $ ln -s /path/to/osparc-config/deployments/mydeploy.com/repo.config .secrets
9- $ pytest --external-envfile=.secrets --pdb tests/unit/test_core_settings.py
10-
11- """
12-
135
146import datetime
157
You can’t perform that action at this time.
0 commit comments