Fix handling of missing stylesheets. Updated and simplied tests.
[docutils.git] / test / functional / tests / stylesheet_path_html4css1.py
bloba8dd43733b0f591808786f233890d97617f4e028
1 # Test re-writing of stylesheet paths relative to output directory
3 # Source and destination file names.
4 test_source = "simple.txt"
5 test_destination = "stylesheet_path_html4css1.html"
7 # Keyword parameters passed to publish_file.
8 reader_name = "standalone"
9 parser_name = "rst"
10 writer_name = "html4css1"
12 # Settings
13 settings_overrides['stylesheet'] = ''
14 settings_overrides['stylesheet_path'] = 'data/ham.css,/missing.css'
15 settings_overrides['embed_stylesheet'] = False