Fix [ 3527842 ].
[docutils.git] / test / functional / tests / standalone_rst_html4css1.py
bloba3ac8975f4c09fafa156a52746e9867cb27797df
1 exec(open('functional/tests/_standalone_rst_defaults.py').read())
3 # Source and destination file names.
4 test_source = "standalone_rst_html4css1.txt"
5 test_destination = "standalone_rst_html4css1.html"
7 # Keyword parameters passed to publish_file.
8 writer_name = "html4css1"
10 # Settings:
11 # local copy of default stylesheet:
12 # (Test runs in ``docutils/test/``, we need relative path from there.)
13 settings_overrides['stylesheet_path'] = (
14 'functional/input/data/html4css1.css')