summaryrefslogtreecommitdiff
path: root/test/functional/tests/dangerous.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/tests/dangerous.py')
-rw-r--r--test/functional/tests/dangerous.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/tests/dangerous.py b/test/functional/tests/dangerous.py
new file mode 100644
index 000000000..620a927ba
--- /dev/null
+++ b/test/functional/tests/dangerous.py
@@ -0,0 +1,12 @@
+# Source and destination file names.
+test_source = "dangerous.txt"
+test_destination = "dangerous.html"
+
+# Keyword parameters passed to publish_file.
+reader_name = "standalone"
+parser_name = "rst"
+writer_name = "html"
+
+# Settings
+settings_overrides['file_insertion_enabled'] = 0
+settings_overrides['raw_enabled'] = 0