summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/standalone_rst_html4css1.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop default settings from individual functional test files.milde2022-11-161-29/+7
| | | | | | | | | Define common defaults for all functional tests in `test_functional.py`. Only specify settings that differ from the default/fallback value in the individual test files. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9249 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Inline ``_default`` in functional testsaa-turner2022-10-271-0/+14
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9180 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Inline ``_standalone_rst_defaults`` in functional testsaa-turner2022-10-271-3/+7
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9179 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add encoding arguments when opening files.milde2022-06-151-1/+2
| | | | | | | | | | | | | Specify intended incoding, when possible. Avoids `EncodingWarning` in PEP 597 and nasty surprises if the default encoding is not what the user expects. Keep encoding unspecified where this may be an API change. Based on patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: ResourceWarning: unclosed file python3.8 (partial bug 377)grubert2019-08-201-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8327 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7623 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3527842 ]. milde2012-06-041-1/+5
| | | | | | | | | | | | | | | | 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: http://svn.code.sf.net/p/docutils/code/trunk@7437 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
| | | | | | Backwards compatible changes for easier transition to py3.0. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary stylesheet_path settingsgoodger2005-11-301-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4118 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added correct link to stylesheet path for visual checkability of HTML outputwiemann2005-10-031-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3919 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added defaults file for standalone_rst_... testswiemann2005-05-251-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3366 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added config file support for "overrides" setting parameter.goodger2004-09-211-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2639 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* making stylesheet and stylesheet_path mutually exclusive was a bad idea; ↵wiemann2004-09-191-1/+0
| | | | | | reverted git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2638 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made stylesheet and stylesheet_path mutually exclusivewiemann2004-09-191-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* test_functional.py now runnable from anywherewiemann2004-07-261-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2457 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved functional tests to main treewiemann2004-06-221-0/+8
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2357 929543f6-e4f2-0310-98a6-ba3bd3dd1d04