]> granicus.if.org Git - python/commit
bpo-37876: Tests for ROT-13 codec (GH-15314)
authorZeth <theology@gmail.com>
Mon, 9 Sep 2019 14:50:36 +0000 (15:50 +0100)
committerSteve Dower <steve.dower@python.org>
Mon, 9 Sep 2019 14:50:36 +0000 (07:50 -0700)
commitb3b48c81f09d1472010937f1331c5a208a2a2d48
tree59cd24fc5373649570913e04801f4057675aae10
parentf5e7f39d2916ed150e80381faed125f405a11e11
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.
Lib/test/test_codecs.py
Misc/NEWS.d/next/Tests/2019-08-16-16-15-14.bpo-37876.m3k1w3.rst [new file with mode: 0644]