From f0c58b58dd2dbbd14025bbaa5e74ab91c2f6e0d7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 2 Jun 2015 20:51:48 +0200 Subject: [PATCH] Mention pytest in CONTRIBUTING. --- CONTRIBUTING.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index ed76f5152..1975a9d7c 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -91,8 +91,7 @@ unittests and several linters/checkers. Currently, the following tools will be invoked when you run `tox`: -* Unit tests using the Python -https://docs.python.org/3.4/library/unittest.html[unittest] framework +* Unit tests using https://www.pytest.org[pytest]. * https://pypi.python.org/pypi/pyflakes[pyflakes] via https://pypi.python.org/pypi/pytest-flakes[pytest-flakes] * https://pypi.python.org/pypi/pep8[pep8] via https://pypi.python.org/pypi/pytest-pep8[pytest-pep8] * https://pypi.python.org/pypi/mccabe[mccabe] via https://pypi.python.org/pypi/pytest-mccabe[pytest-mccabe]