Added helpers to config tests for execution on idm-ci.

In order to run the tests in idm-ci we need to configure the our pytest
tests environment variables. This PR configures that automatically if an
environment variable TWD is available and $TWD/config exists.
This commit is contained in:
Sergio Oliveira Campos
2020-09-01 17:04:17 -03:00
parent a85f7ce9be
commit 06f06c487c
3 changed files with 56 additions and 1 deletions

View File

@@ -4,3 +4,4 @@ pytest-sourceorder>=0.5
pytest-split-tests>=1.0.3
testinfra>=5.0
jmespath>=0.9 # needed for the `json_query` filter
pyyaml>=3