From 8321e2482efa53d82f9e803815373dfa3b76abda Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Fri, 17 Aug 2018 13:13:17 +0200 Subject: [PATCH 1/2] bpo-34381: refer to 'Running & Writing Tests' in README.rst for newcomers Patch by Michael Osipov. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 9f86b630fdd191..f610d94afd54a0 100644 --- a/README.rst +++ b/README.rst @@ -193,6 +193,8 @@ If the failure persists and appears to be a problem with Python rather than your environment, you can `file a bug report `_ and include relevant output from that command to show the issue. +See our `Running & Writing Tests `_ +section for a detailed description of all test options. Installing multiple versions ---------------------------- From c52ca9d1b19cbde097ad2d33ce3816dcf3fff303 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 17 Aug 2018 17:12:04 -0400 Subject: [PATCH 2/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f610d94afd54a0..90c8f5c354726c 100644 --- a/README.rst +++ b/README.rst @@ -193,8 +193,8 @@ If the failure persists and appears to be a problem with Python rather than your environment, you can `file a bug report `_ and include relevant output from that command to show the issue. -See our `Running & Writing Tests `_ -section for a detailed description of all test options. +See `Running & Writing Tests `_ +for more on running tests. Installing multiple versions ----------------------------