summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/math_output_mathml.py
diff options
context:
space:
mode:
authoraa-turner <aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-10-27 17:40:23 +0000
committeraa-turner <aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-10-27 17:40:23 +0000
commit2bbda825ef1d276e5cef415ae17ee4b984da0a7e (patch)
tree739bb7aa54d12dfa5559293614656f53f33e379c /docutils/test/functional/tests/math_output_mathml.py
parent2927db627b5334f93e2b64382486fac0ec07026c (diff)
downloaddocutils-2bbda825ef1d276e5cef415ae17ee4b984da0a7e.tar.gz
Inline ``_default`` in functional tests
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9180 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/tests/math_output_mathml.py')
-rw-r--r--docutils/test/functional/tests/math_output_mathml.py14
1 files changed, 14 insertions, 0 deletions
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"