summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-08-17 17:57:41 -0400
committerGitHub <noreply@github.com>2018-08-17 17:57:41 -0400
commiteeece3cd331a1f57fabd55e026f2ea26bc43333c (patch)
treebd34404b6be2a8333581f49d5f290844d7ff465b /README.rst
parent05d89ef785ab3cb6dd28f10f312f68f8e6a163ce (diff)
downloadcpython-git-eeece3cd331a1f57fabd55e026f2ea26bc43333c.tar.gz
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>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b4b32f6a91..d4fe666519 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 <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
----------------------------