diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/test.rst | 4 |
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 =========================================================== |