summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/dangerous.py
blob: 620a927badd94eac039815b074a19b29e9860ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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