summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-07-16 04:07:36 (GMT)
committerGitHub <noreply@github.com>2017-07-16 04:07:36 (GMT)
commit95bebb7264afad88f31f7cdc3b28bacde7c46f93 (patch)
treeb49c794448091405b369bd54b3799f41d2bdd577 /Misc
parent50f58163a69abe2f35e91044d1df165ee7bdbb42 (diff)
downloadcpython-95bebb7264afad88f31f7cdc3b28bacde7c46f93.zip
cpython-95bebb7264afad88f31f7cdc3b28bacde7c46f93.tar.gz
cpython-95bebb7264afad88f31f7cdc3b28bacde7c46f93.tar.bz2
bpo-30934: Document coverage details for idlelib tests (#2711)
* Add section to idlelib/idle-test/README.txt. * Include check that branches are taken both ways. * Exclude IDLE-specific code that does not run during unit tests.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-07-15-22-26-57.bpo-30934.BanuSB.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-15-22-26-57.bpo-30934.BanuSB.rst b/Misc/NEWS.d/next/IDLE/2017-07-15-22-26-57.bpo-30934.BanuSB.rst
new file mode 100644
index 0000000..53beb43
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-07-15-22-26-57.bpo-30934.BanuSB.rst
@@ -0,0 +1,7 @@
+Document coverage details for idlelib tests.
+
+* Add section to idlelib/idle-test/README.txt.
+
+* Include check that branches are taken both ways.
+
+* Exclude IDLE-specific code that does not run during unit tests.