HISTORY summary
[docutils.git] / test / functional / tests / standalone_rst_html4css1.py
blob4298736c5fada39fd0a74124bf587da204939591
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 stylesheets:
12 # (Test runs in ``docutils/test/``, we need relative path from there.)
13 settings_overrides['stylesheet_dirs'] = ('.', 'functional/input/data')