diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-06 00:26:19 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-06 00:26:19 +0000 |
| commit | ed8f6da8401847c535c153c8cb05b9068ec0329a (patch) | |
| tree | b8ff13349010c74ade91fd042c124ca997192a8c /test/test_transforms | |
| parent | e150916dd63bdb247571bc0cf0d669f66c30553b (diff) | |
| download | docutils-ed8f6da8401847c535c153c8cb05b9068ec0329a.tar.gz | |
Fix/silence DeprecationWarnings and RessourceWarnings.
Found by Tomasz Kłoczko running "pytest" (cf. feature-request #81)
and by running `python3 -W all alltests.py`.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8933 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_transforms')
| -rwxr-xr-x | test/test_transforms/test_writer_aux.py | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/test_transforms/test_writer_aux.py b/test/test_transforms/test_writer_aux.py index 2eb00dc5e..2b8ba6e8c 100755 --- a/test/test_transforms/test_writer_aux.py +++ b/test/test_transforms/test_writer_aux.py @@ -23,34 +23,6 @@ def suite(): totest = {} -totest['compound'] = ((writer_aux.Compound,), [ -["""\ -.. class:: compound - -.. compound:: - - .. class:: paragraph1 - - Paragraph 1. - - .. class:: paragraph2 - - Paragraph 2. - - Block quote. -""", -"""\ -<document source="test data"> - <paragraph classes="paragraph1 compound"> - Paragraph 1. - <paragraph classes="paragraph2 continued"> - Paragraph 2. - <block_quote classes="continued"> - <paragraph> - Block quote. -"""], -]) - totest['admonitions'] = ((writer_aux.Admonitions,), [ ["""\ .. note:: |
