From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Aug 2018 21:51:48 +0000 (-0400) Subject: bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) X-Git-Tag: v3.6.7rc1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d4d23d8317fbc95eec789f349dd1db4c0b24fc3;p=thirdparty%2FPython%2Fcpython.git 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> --- diff --git a/README.rst b/README.rst index 6256034b9385..978b32627bb4 100644 --- a/README.rst +++ b/README.rst @@ -186,6 +186,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 ----------------------------