summaryrefslogtreecommitdiff
path: root/Tools/README
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 15:39:49 +0000
committerMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 15:39:49 +0000
commit2719058bacfb95626a1ae1b6258ccd264877c747 (patch)
tree4fb84396dd048934687cae90b9cb10fb0f7c19c9 /Tools/README
parentc7d9c8324048a71a6b43b48d44ff08a46637560c (diff)
downloadcpython-2719058bacfb95626a1ae1b6258ccd264877c747.tar.gz
Issue 10502: addition of unittestgui to Tools/
Diffstat (limited to 'Tools/README')
-rw-r--r--Tools/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README
index ff0d4a5320..355ba534f7 100644
--- a/Tools/README
+++ b/Tools/README
@@ -34,8 +34,11 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
test2to3 A demonstration of how to use 2to3 transparently in setup.py.
-unicode Tools used to generate unicode database files for
- Python 2.0 (by Fredrik Lundh).
+unicode Tools used to generate unicode database files (by Fredrik
+ Lundh).
+
+unittestgui A Tkinter based GUI test runner for unittest, with test
+ discovery.
world Script to take a list of Internet addresses and print
out where in the world those addresses originate from,