summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-10 07:44:15 (GMT)
committerGitHub <noreply@github.com>2024-12-10 07:44:15 (GMT)
commit212448b1623b45f19c5529595e081da72a6521a0 (patch)
treed3cef87d8ffec551cf43787029202612e6bff547 /Doc
parent2233c303e476496fc4c85a29a1429a7e4b1f707b (diff)
downloadcpython-212448b1623b45f19c5529595e081da72a6521a0.zip
cpython-212448b1623b45f19c5529595e081da72a6521a0.tar.gz
cpython-212448b1623b45f19c5529595e081da72a6521a0.tar.bz2
gh-127718: Add colour to `test.regrtest` output (#127719)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/test.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 04d28ae..b5b6e44 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -192,6 +192,10 @@ top-level directory where Python was built. On Windows,
executing :program:`rt.bat` from your :file:`PCbuild` directory will run all
regression tests.
+.. versionadded:: 3.14
+ Output is colorized by default and can be
+ :ref:`controlled using environment variables <using-on-controlling-color>`.
+
:mod:`test.support` --- Utilities for the Python test suite
===========================================================