From: Michael Osipov <1983-01-06@gmx.net> Date: Fri, 17 Aug 2018 21:43:34 +0000 (+0200) Subject: bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) X-Git-Tag: v3.8.0a1~1196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cae8ff93a696aa7d74562a9eeaf27afac1f181b4;p=thirdparty%2FPython%2Fcpython.git bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) --- diff --git a/README.rst b/README.rst index 9f86b630fdd1..90c8f5c35472 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 `Running & Writing Tests `_ +for more on running tests. Installing multiple versions ----------------------------