bumper/tests/pytest.ini
Brian Martin 422a28cd8d fix tests
fix tests broken by lack of certs
- pytest.ini provides environment variables that load tests/test_certs
2019-06-07 02:00:42 -04:00

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