From b14852f891b588be75c388f4fa52cb2464e2b6cf Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 10 Jun 2020 00:38:06 +0200 Subject: [PATCH] rename test.py -> plakativ_test.py so that pytest finds it automatically --- .travis.yml | 2 +- appveyor.yml | 2 +- test.py => plakativ_test.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test.py => plakativ_test.py (100%) diff --git a/.travis.yml b/.travis.yml index 457570f..794e467 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ matrix: install: pip install wheel PyMuPDF pytest pdfrw script: - python --version - - python -m pytest test.py + - python -m pytest diff --git a/appveyor.yml b/appveyor.yml index 5d52091..4ebf925 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" diff --git a/test.py b/plakativ_test.py similarity index 100% rename from test.py rename to plakativ_test.py