summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/standalone_rst_pseudoxml.py
blob: e831f7c738693246396aa88c12d5bac73dd2f73d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Source and destination file names
test_source = "standalone_rst_pseudoxml.txt"
test_destination = "standalone_rst_pseudoxml.txt"

# Keyword parameters passed to publish_file()
writer_name = "pseudoxml"
settings_overrides = {
    'sectsubtitle_xform': True,
    # enable INFO-level system messages in this test:
    'report_level': 1,
    }