Skip to content
Snippets Groups Projects

test/e2e tests

Open Robert Rosca requested to merge test/e2e-tests into master
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
@@ -37,11 +37,23 @@ def settings(tmpdir_e2e, unused_tcp_port_factory):
user-email: MyMdC user email
```
Alternatively for use with the CI export the following variables:
- DYNACONF_CONFIG_REPO__url
- DYNACONF_METADATA_CLIENT__user_id
- DYNACONF_METADATA_CLIENT__user_secret
- DYNACONF_METADATA_CLIENT__user_email
Function then writes the configuration file to
`{tmpdir_e2e}/webservice.yaml` and yields the Dynaconf `settings` object
NOTE: this assumes that `webservice.yaml` has at most one level of depth to
the configurations
NOTE: scope of the metadata api key must be `public`
NOTE: the username and token for the calibration configurations repository
should be read only
"""
test_e2e_dir = Path(__file__).parent.absolute()
Loading