Skip to content

Commit db5ee3c

Browse files
committed
undoc
1 parent 8eb8633 commit db5ee3c

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

services/director-v2/tests/unit/test_core_settings.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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

115
from typing import Any
126

services/director/tests/unit/test_core_settings.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
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

146
import datetime
157

0 commit comments

Comments
 (0)