fix tests
fix tests broken by lack of certs - pytest.ini provides environment variables that load tests/test_certs
This commit is contained in:
parent
d1dffcff0e
commit
422a28cd8d
13 changed files with 134 additions and 28 deletions
5
tests/pytest.ini
Normal file
5
tests/pytest.ini
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[pytest]
|
||||
env =
|
||||
BUMPER_CA=tests/test_certs/ca.crt
|
||||
BUMPER_CERT=tests/test_certs/bumper.crt
|
||||
BUMPER_KEY=tests/test_certs/bumper.key
|
||||
Loading…
Add table
Add a link
Reference in a new issue