diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-08-17 21:57:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 21:57:41 (GMT) |
commit | eeece3cd331a1f57fabd55e026f2ea26bc43333c (patch) | |
tree | bd34404b6be2a8333581f49d5f290844d7ff465b /README.rst | |
parent | 05d89ef785ab3cb6dd28f10f312f68f8e6a163ce (diff) | |
download | cpython-eeece3cd331a1f57fabd55e026f2ea26bc43333c.zip cpython-eeece3cd331a1f57fabd55e026f2ea26bc43333c.tar.gz cpython-eeece3cd331a1f57fabd55e026f2ea26bc43333c.tar.bz2 |
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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ---------------------------- |