aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2018-08-17 23:43:34 +0200
committerTerry Jan Reedy <tjreedy@udel.edu>2018-08-17 17:43:34 -0400
commitcae8ff93a696aa7d74562a9eeaf27afac1f181b4 (patch)
treefd583fe2526b125afc01ef70e4dee67fb6b16c0a /README.rst
parentImprove error message when mock.assert_has_calls fails (GH-8205) (diff)
downloadcpython-cae8ff93a696aa7d74562a9eeaf27afac1f181b4.tar.gz
cpython-cae8ff93a696aa7d74562a9eeaf27afac1f181b4.tar.bz2
cpython-cae8ff93a696aa7d74562a9eeaf27afac1f181b4.zip
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
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 9f86b630fdd..90c8f5c3547 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
----------------------------