From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Aug 2018 21:57:41 +0000 (-0400) Subject: bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797) X-Git-Tag: v3.7.1rc1~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eeece3cd331a1f57fabd55e026f2ea26bc43333c;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 b4b32f6a91b9..d4fe666519b9 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 ----------------------------