]> granicus.if.org Git - python/commit
bpo-37876: Tests for ROT-13 codec (GH-15314)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 16:12:01 +0000 (09:12 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 16:12:01 +0000 (09:12 -0700)
commitb6ef8f2beb90678a4a54218d6169040afbbf9fe1
tree161bd36d7f5338e41b6514335ddc793557c756d5
parent0d4396c04cba5ac2b66fdaa23c01db84b1b54227
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.
(cherry picked from commit b3b48c81f09d1472010937f1331c5a208a2a2d48)

Co-authored-by: Zeth <theology@gmail.com>
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]