]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Aug 2018 21:51:48 +0000 (17:51 -0400)
committerGitHub <noreply@github.com>
Fri, 17 Aug 2018 21:51:48 +0000 (17:51 -0400)
(cherry picked from commit cae8ff93a696aa7d74562a9eeaf27afac1f181b4)

Co-authored-by: Michael Osipov <1983-01-06@gmx.net>
README.rst

index 6256034b93853eb829e7af50a5a621c2098b1dfb..978b32627bb42cae7e266c16f33a5f490cc22fcd 100644 (file)
@@ -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 <https://bugs.python.org>`_ and
 include relevant output from that command to show the issue.
 
+See `Running & Writing Tests <https://devguide.python.org/runtests/>`_
+for more on running tests.
 
 Installing multiple versions
 ----------------------------