[Python-checkins] bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)

Terry Jan Reedy webhook-mailer at python.org
Fri Aug 17 17:43:43 EDT 2018


https://github.com/python/cpython/commit/cae8ff93a696aa7d74562a9eeaf27afac1f181b4
commit: cae8ff93a696aa7d74562a9eeaf27afac1f181b4
branch: master
author: Michael Osipov <1983-01-06 at gmx.net>
committer: Terry Jan Reedy <tjreedy at udel.edu>
date: 2018-08-17T17:43:34-04:00
summary:

bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)

files:
M README.rst

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 <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
 ----------------------------



More information about the Python-checkins mailing list