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
|
|
@ -19,7 +19,7 @@ test_script:
|
|||
# Note that you must use the environment variable %PYTHON% to refer to
|
||||
# the interpreter you're using - Appveyor does not do anything special
|
||||
# to put the Python version you want to use on PATH.
|
||||
- "pipenv run python -m pytest --cov=./"
|
||||
- "pipenv run python -m pytest --cov=./ tests"
|
||||
|
||||
after_test:
|
||||
- "pipenv run python -m codecov"
|
||||
Loading…
Add table
Add a link
Reference in a new issue