summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZeth <theology@gmail.com>2019-09-09 14:50:36 (GMT)
committerSteve Dower <steve.dower@python.org>2019-09-09 14:50:36 (GMT)
commitb3b48c81f09d1472010937f1331c5a208a2a2d48 (patch)
tree59cd24fc5373649570913e04801f4057675aae10 /Misc
parentf5e7f39d2916ed150e80381faed125f405a11e11 (diff)
downloadcpython-b3b48c81f09d1472010937f1331c5a208a2a2d48.zip
cpython-b3b48c81f09d1472010937f1331c5a208a2a2d48.tar.gz
cpython-b3b48c81f09d1472010937f1331c5a208a2a2d48.tar.bz2
bpo-37876: Tests for ROT-13 codec (GH-15314)
The Rot-13 codec is for educational use but does not have unit tests, dragging down test coverage. This adds a few very simple tests.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-08-16-16-15-14.bpo-37876.m3k1w3.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-08-16-16-15-14.bpo-37876.m3k1w3.rst b/Misc/NEWS.d/next/Tests/2019-08-16-16-15-14.bpo-37876.m3k1w3.rst
new file mode 100644
index 0000000..45702fc
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-08-16-16-15-14.bpo-37876.m3k1w3.rst
@@ -0,0 +1 @@
+Add tests for ROT-13 codec. \ No newline at end of file