Small test speedup/simplification.
commitfa86933d75adbecfdf8044add598817bea4c973b
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Apr 2024 18:34:05 +0000 (15 18:34 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 15 Apr 2024 18:34:05 +0000 (15 18:34 +0000)
tree0928df5f5edaefb6f19aa411521af84503007767
parentd10ff72f9a153618439214146d1136d8d8629052
Small test speedup/simplification.

Directly instantiating the parser class brings down test time from 0.022 s to 0.005 s
while `parsers.get_parser_class()` is tested separately.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9644 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/test/test_parsers/test_rst/test_misc.py