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
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -11,6 +11,8 @@ __pycache__
|
|||
# Ignore items in test (report, cache, etc), except files starting with test
|
||||
tests/*
|
||||
!tests/test*
|
||||
!tests/test_certs
|
||||
!tests/pytest.ini
|
||||
|
||||
# Ignore logs/data/certs
|
||||
logs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue