Fix [ 3527842 ].
commita12b07e4acd82dc78b7e464c9684ae5c9e2e2015
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 4 Jun 2012 20:14:08 +0000 (4 20:14 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Mon, 4 Jun 2012 20:14:08 +0000 (4 20:14 +0000)
tree854142eda80ab25063943275460de6664392068e
parentbbfce5035210455cb2be233f3402fa0be7052ce2
Fix [ 3527842 ].

Under Python 3, converted tests and tools are now
stored in the ``test3/`` and ``tools3/`` sub-directories and not
installed in the PYTHONPATH.

In order to make this work:
- Make tests independent from the location of the ``test/`` directory.
- Use converted sources from the ``build/`` directory for tests under
  Python 3.

Remove functional/tests/stylesheet_path_html4css1.py made
redunant by functional/tests/math_output_html.py.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7437 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
30 files changed:
HISTORY.txt
README.txt
setup.py
test/DocutilsTestSupport.py
test/functional/expected/compact_lists.html
test/functional/expected/dangerous.html
test/functional/expected/field_name_limit.html
test/functional/expected/math_output_html.html
test/functional/expected/math_output_latex.html
test/functional/expected/math_output_mathjax.html
test/functional/expected/math_output_mathml.xhtml
test/functional/expected/pep_html.html
test/functional/expected/standalone_rst_html4css1.html
test/functional/expected/standalone_rst_s5_html_1.html
test/functional/expected/standalone_rst_s5_html_2.html
test/functional/input/data/html4css1.css [new file with mode: 0644]
test/functional/input/data/math.css [new file with mode: 0644]
test/functional/tests/compact_lists.py
test/functional/tests/dangerous.py
test/functional/tests/field_name_limit.py
test/functional/tests/math_output_html.py
test/functional/tests/math_output_latex.py
test/functional/tests/math_output_mathjax.py
test/functional/tests/math_output_mathml.py
test/functional/tests/pep_html.py
test/functional/tests/standalone_rst_html4css1.py
test/functional/tests/standalone_rst_s5_html_1.py
test/test_dependencies.py
test/test_writers/test_html4css1_template.py
test/test_writers/test_s5.py