diff options
author | terryjreedy <tjreedy@udel.edu> | 2017-07-16 04:07:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 04:07:36 (GMT) |
commit | 95bebb7264afad88f31f7cdc3b28bacde7c46f93 (patch) | |
tree | b49c794448091405b369bd54b3799f41d2bdd577 /Misc | |
parent | 50f58163a69abe2f35e91044d1df165ee7bdbb42 (diff) | |
download | cpython-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.rst | 7 |
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. |