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 install: pip install wheel PyMuPDF pytest pdfrw
script: script:
- python --version - python --version
- python -m pytest test.py - python -m pytest

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

Loading…
Cancel
Save