fix tests broken by lack of certs - pytest.ini provides environment variables that load tests/test_certs
5 lines
141 B
INI
5 lines
141 B
INI
[pytest]
|
|
env =
|
|
BUMPER_CA=tests/test_certs/ca.crt
|
|
BUMPER_CERT=tests/test_certs/bumper.crt
|
|
BUMPER_KEY=tests/test_certs/bumper.key
|