Cleanup: Use True/False for boolean values
[docutils.git] / test / functional / tests / dangerous.py
bloba17ef95d52dd93fae96460f10e52f40e47256c9a
1 # Source and destination file names.
2 test_source = "dangerous.txt"
3 test_destination = "dangerous.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html"
10 # Settings
11 settings_overrides['file_insertion_enabled'] = False
12 settings_overrides['raw_enabled'] = False