summaryrefslogtreecommitdiffstats
path: root/Tools/unittestgui/README.txt
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 15:39:49 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2011-01-03 15:39:49 (GMT)
commit90efac7f3794760b3a4d07171b90c86eeb4f2f81 (patch)
treebdca9b7d5bd323b1ea309414bf74d9b7f20217c0 /Tools/unittestgui/README.txt
parent1d5eb3425baeb363c71e6b8dcb57bec967682d7f (diff)
downloadcpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.zip
cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.tar.gz
cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.tar.bz2
Issue 10502: addition of unittestgui to Tools/
Diffstat (limited to 'Tools/unittestgui/README.txt')
-rw-r--r--Tools/unittestgui/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tools/unittestgui/README.txt b/Tools/unittestgui/README.txt
new file mode 100644
index 0000000..4d809df
--- /dev/null
+++ b/Tools/unittestgui/README.txt
@@ -0,0 +1,16 @@
+unittestgui.py is GUI framework and application for use with Python unit
+testing framework. It executes tests written using the framework provided
+by the 'unittest' module.
+
+Based on the original by Steve Purcell, from:
+
+ http://pyunit.sourceforge.net/
+
+Updated for unittest test discovery by Mark Roddy and Python 3
+support by Brian Curtin.
+
+For details on how to make your tests work with test discovery,
+and for explanations of the configuration options, see the unittest
+documentation:
+
+ http://docs.python.org/library/unittest.html#test-discovery