summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/pep_html.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop default settings from individual functional test files.milde2022-11-161-25/+10
| | | | | | | | | 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
* Fix code indentationmilde2022-01-291-2/+1
| | | | | | | | | | | | | | | | | | | | Check conformance to our coding policies with flake8. Fix the following problems: E111 indentation is not a multiple of four E114 indentation is not a multiple of four (comment) E115 expected an indented block (comment) E116 unexpected indentation (comment) E117 over-indented E121 continuation line under-indented for hanging indent E122 continuation line missing indentation or outdented E124 closing bracked does not match visual indentaion E127 continuation line over-indented for visual indent E128 continuation line under-indented for visual indent E131 continuation line unaligned for hanging indent git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8994 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8992 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3527842 ]. milde2012-06-041-0/+3
| | | | | | | | | | | | | | | | 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
* removed unnecessary stylesheet_path settingsgoodger2005-11-301-2/+0
| | | | 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/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3919 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added docutils/writers/support/ directory and removed tools/stylesheets/; ↵goodger2005-09-251-3/+4
| | | | | | updated defaults; removed docutils/transforms/html.py (no longer needed); removed ``_stylesheet_required`` internal setting; updated setup.py git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3901 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "cloak_email_addresses" setting & support; updated test & docs. ↵goodger2005-04-221-0/+1
| | | | | | Thanks to Barry Warsaw & Ned Batchelder for the idea and initial patch. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed trailing slash from python_home and pep_home;wiemann2005-03-141-2/+2
| | | | | | | removed CVS keywords git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3041 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for PEPs;wiemann2005-03-141-0/+16
the resulting pep_html.html is not valid XHTML; could you have a look at it, David? git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3040 929543f6-e4f2-0310-98a6-ba3bd3dd1d04