From 846c082db1c432f5e4e444e5b45a22fb4aa23228 Mon Sep 17 00:00:00 2001 From: Michael Osipov <1983-01-06@gmx.net> Date: Fri, 17 Aug 2018 23:43:34 +0200 Subject: [PATCH] bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) (cherry picked from commit cae8ff93a696aa7d74562a9eeaf27afac1f181b4) Co-authored-by: Michael Osipov <1983-01-06@gmx.net> --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index b4b32f6a91b995..d4fe666519b9c6 100644 --- a/README.rst +++ b/README.rst @@ -188,6 +188,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 `Running & Writing Tests `_ +for more on running tests. Installing multiple versions ----------------------------