From b87797ea255a0e2058e0574a5a00150f7f2df5db Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 16 Feb 2016 22:15:10 +0100 Subject: remove test/ from py.test commands --- .appveyor.yml | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f23cd844..d4b688e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ install: - "pip install --user -r requirements.txt" - "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" test_script: - - "py.test ./test/" + - "py.test" cache: - C:\Users\appveyor\AppData\Local\pip\cache deploy_script: diff --git a/README.rst b/README.rst index 784c87ab..d6285700 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ mitmproxy test suite: .. code-block:: text . venv/bin/activate # venv\Scripts\activate.bat on Windows - py.test test + py.test Note that the main executables for the project - ``mitmdump``, ``mitmproxy``, ``mitmweb``, ``pathod``, and ``pathoc`` - are all created within the virtualenv. After activating the @@ -76,7 +76,7 @@ requirements installed, and you can simply run the test suite: .. code-block:: text - py.test test + py.test Please ensure that all patches are accompanied by matching changes in the test suite. The project tries to maintain 100% test coverage. -- cgit v1.2.3