From ac16b1cbba1a571f755e4e4bd5717fd104e431a6 Mon Sep 17 00:00:00 2001 From: normyp Date: Mon, 28 Sep 2020 11:28:26 +0100 Subject: [PATCH] Clarify testing Fixes https://github.com/pypa/pipenv/issues/4468 --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24f80589..332423f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,6 +131,8 @@ of the tests, the standard pytest filters are available, such as: - provide a nodeid: `pytest tests/unit/test_cmdparse.py::test_parse` - provide a test marker: `pytest -m lock` +For more details, see [Run the tests](#Run-the-tests). + ### Code Review Contributions will not be merged until they\'ve been code reviewed. You