Move/rename parser test testing only "rst" to the rst parser test dir.
commit3cb710ad9bd6ea9c96b7d7de4a67fe85323ef7a6
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 17 Mar 2024 23:30:40 +0000 (17 23:30 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sun, 17 Mar 2024 23:30:40 +0000 (17 23:30 +0000)
tree217df50b39663bde467f796eada556d782221e62
parent7952eda6482f11bcdd2a83dd14d027d42214be12
Move/rename parser test testing only "rst" to the rst parser test dir.

The test skript "parsers/test_parser.py" tests only what happens
if the "rst" parser is fed `bytes` input (a TypeError).

This is OK for "rst", but other parsers don't need to have this
restriction.

Move to the "test_rst/" sub-directory and rename to "test_misc.py".

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9578 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/test/test_parsers/test_rst/test_misc.py [moved from docutils/test/test_parsers/test_parser.py with 69% similarity]