~ubuntu-branches/ubuntu/dapper/python-docutils/dapper

« back to all changes in this revision

Viewing changes to test/functional/tests/standalone_rst_html4css1.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-12-13 13:47:41 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213134741-fhuh5tq3n346q1oj
Tags: 0.3.9-0.1ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
execfile('functional/tests/_standalone_rst_defaults.py')
 
2
 
1
3
# Source and destination file names.
2
4
test_source = "standalone_rst_html4css1.txt"
3
5
test_destination = "standalone_rst_html4css1.html"
4
6
 
5
7
# Keyword parameters passed to publish_file.
6
 
reader_name = "standalone"
7
 
parser_name = "rst"
8
8
writer_name = "html4css1"
9
9
 
10
 
# Settings
 
10
# Settings.
11
11
settings_overrides['stylesheet'] = None
12
12
settings_overrides['stylesheet_path'] = "../tools/stylesheets/default.css"