From 2bbda825ef1d276e5cef415ae17ee4b984da0a7e Mon Sep 17 00:00:00 2001 From: aa-turner Date: Thu, 27 Oct 2022 17:40:23 +0000 Subject: Inline ``_default`` in functional tests git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9180 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/test/functional/tests/math_output_mathml.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docutils/test/functional/tests/math_output_mathml.py') diff --git a/docutils/test/functional/tests/math_output_mathml.py b/docutils/test/functional/tests/math_output_mathml.py index f73e23632..1e52edc26 100644 --- a/docutils/test/functional/tests/math_output_mathml.py +++ b/docutils/test/functional/tests/math_output_mathml.py @@ -1,3 +1,17 @@ +# Default settings for all tests. + +settings_overrides = { + '_disable_config': True, + 'report_level': 2, + 'halt_level': 5, + 'warning_stream': '', + 'input_encoding': 'utf-8', + 'embed_stylesheet': False, + 'auto_id_prefix': '%', + # avoid "Pygments not found" + 'syntax_highlight': 'none' +} + # Source and destination file names. test_source = "data/math.txt" test_destination = "math_output_mathml.html" -- cgit v1.2.1