$ ./python -m test -v test_codecs -m test_rot13_func
...
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/test_codecs.py", line 3572, in test_rot13_func
encodings.rot_13.rot13(infile, outfile)
^^^^^^^^^^^^^^^^
AttributeError: module 'encodings' has no attribute 'rot_13'
Bug report
Bug description:
Running separate test
test_rot13_funcintest_codecsfails:CPython versions tested on:
3.11, 3.12, CPython main branch
Operating systems tested on:
No response
Linked PRs