From c4c4dab53f36be3dc74098c187383c11a20899ca Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 5 Jan 2018 13:58:19 -0200 Subject: [PATCH] Add reference to OVERVIEW to README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 9cf17d8..998e3ee 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,9 @@ program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters. +If you would like to know how pytest-xdist works under the covers, checkout +`OVERVIEW `_. + Installation -----------------------