diff options
author | Michael Osipov <1983-01-06@gmx.net> | 2018-08-17 23:43:34 +0200 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-08-17 17:43:34 -0400 |
commit | cae8ff93a696aa7d74562a9eeaf27afac1f181b4 (patch) | |
tree | fd583fe2526b125afc01ef70e4dee67fb6b16c0a | |
parent | 2b32da2fea1f077bb07a175f97ad8241e5605169 (diff) | |
download | cpython-git-cae8ff93a696aa7d74562a9eeaf27afac1f181b4.tar.gz |
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 9f86b630fd..90c8f5c354 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 ---------------------------- |