rename test.py -> plakativ_test.py so that pytest finds it automatically

main
parent ad0996fd2a
commit b14852f891
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -27,4 +27,4 @@ matrix:
install: pip install wheel PyMuPDF pytest pdfrw
script:
- python --version
- python -m pytest test.py
- python -m pytest

@ -21,7 +21,7 @@ install:
build: off
test_script:
- "%PYTHON%\\python.exe -m pytest test.py"
- "%PYTHON%\\python.exe -m pytest"
after_test:
- "%PYTHON%\\python.exe setup.py bdist_wheel"

Loading…
Cancel
Save