summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | fix py3 error for pull request #314Takayuki Shimizukawa2014-12-041-1/+2
| |
* | Refactor tests.Robert Lehmann2014-11-091-36/+37
| |
* | Spec out configuration type checks.Robert Lehmann2014-11-051-0/+29
| |
* | Checked configuration values for their types. Fixes #1150.Robert Lehmann2014-10-301-0/+8
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* | merge with stableTakayuki Shimizukawa2014-07-131-0/+7
|\ \ | |/
| * * With non-callable `setup` in a conf.py, now sphinx-build emits ↵Takayuki Shimizukawa2014-06-301-0/+7
| | | | | | | | user-friendly error message. Closes #1499
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-3/+2
| |
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
| |
* | introduce the six module and reduce sphinx.util.pycompat implementation. ↵Takayuki Shimizukawa2014-04-291-2/+2
| | | | | | | | refs #1350.
* | remove tests.util.write_file duplicated implementation.Takayuki Shimizukawa2014-04-281-6/+7
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | d98e70c13eff followup: only do type conversion of confoverrides if the ↵Georg Brandl2014-01-101-3/+5
|/ | | | values are strings and add a test
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+1
|
* conf.py now accept CRLF end-of-line.Takayuki Shimizukawa2013-02-101-0/+12
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix test after config default change.Georg Brandl2011-01-061-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Fix test_config under 2.x.Georg Brandl2010-08-101-1/+2
| |
* | Improve support for automatic 2to3 conversion of config files. It now kicks ↵Georg Brandl2010-07-311-0/+6
| | | | | | | | in whenever the original file raises SyntaxErrors on compiling.
* | Fix warning for bytestrings with non-ascii content for python3Daniel Neuhäuser2010-06-201-2/+7
| |
* | Fix encoding in config test and open configs in binary mode to warn for ↵Daniel Neuhäuser2010-05-301-2/+3
|/ | | | possible encoding errors
* merge with trunkGeorg Brandl2010-01-171-1/+7
|\
| * Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` ↵Georg Brandl2010-01-171-1/+7
| | | | | | | | application API function.
* | merge with trunkGeorg Brandl2010-01-171-1/+18
|\ \ | |/
| * merge with 0.6Georg Brandl2010-01-121-1/+18
| |\
| | * Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-1/+18
| | | | | | | | | | | | | | | warn about non-ascii bytestrings, and give nicer messages if unicode errors occur.
* | | merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-2/+2
|\ \ \ | |/ /
| * | Remove the deprecated ``exclude_dirs`` config value.Georg Brandl2010-01-061-2/+2
| |/
* | merge with trunkGeorg Brandl2010-01-021-1/+1
|\ \ | |/ |/|
| * Fix test now that show_authors is true.Georg Brandl2009-08-091-1/+1
| |
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* Fix test suite.Georg Brandl2009-02-151-1/+1
|
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| |
* | Allow giving values for dict type config values in the overrides.Georg Brandl2008-11-301-1/+3
|/
* Add tests for HTML escaping.Georg Brandl2008-11-231-2/+2
|
* Merged revisions 65640,65675,65699,65701 via svnmerge fromGeorg Brandl2008-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65640 | georg.brandl | 2008-08-11 16:11:17 +0200 (Mon, 11 Aug 2008) | 2 lines More info in intro. ........ r65675 | georg.brandl | 2008-08-14 13:53:02 +0200 (Thu, 14 Aug 2008) | 2 lines #3546: add missing linebreak. ........ r65699 | benjamin.peterson | 2008-08-15 23:02:22 +0200 (Fri, 15 Aug 2008) | 4 lines rename util.with_testapp to util.with_app; nose was running it also make an assert more informative ........ r65701 | benjamin.peterson | 2008-08-16 00:00:54 +0200 (Sat, 16 Aug 2008) | 1 line add some tests for sphinx.application ........
* Merged revisions ↵Georg Brandl2008-08-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,65494 via svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65283 | georg.brandl | 2008-07-29 10:07:26 +0000 (Tue, 29 Jul 2008) | 2 lines Update ez_setup.py. ........ r65303 | benjamin.peterson | 2008-07-30 12:35:34 +0000 (Wed, 30 Jul 2008) | 1 line add a with_testapp decorator for test functions that passes the TestApp instance in a cleans up after it ........ r65316 | benjamin.peterson | 2008-07-30 23:12:07 +0000 (Wed, 30 Jul 2008) | 1 line make the app for test_markup global to the module ........ r65317 | benjamin.peterson | 2008-07-30 23:31:29 +0000 (Wed, 30 Jul 2008) | 1 line make TestApp.cleanup more aggressive ........ r65372 | georg.brandl | 2008-08-01 19:11:22 +0000 (Fri, 01 Aug 2008) | 2 lines Add more tests, fix a few bugs in image handling. ........ r65373 | georg.brandl | 2008-08-01 19:28:33 +0000 (Fri, 01 Aug 2008) | 2 lines Fix oversight. ........ r65374 | benjamin.peterson | 2008-08-01 19:36:32 +0000 (Fri, 01 Aug 2008) | 1 line fix one broken test ........ r65375 | georg.brandl | 2008-08-01 19:41:11 +0000 (Fri, 01 Aug 2008) | 2 lines Fix the handling of non-ASCII input in quickstart. ........ r65377 | georg.brandl | 2008-08-01 19:48:24 +0000 (Fri, 01 Aug 2008) | 2 lines Allow REs in markup checks. ........ r65380 | georg.brandl | 2008-08-01 20:31:18 +0000 (Fri, 01 Aug 2008) | 2 lines Don't rely on mtimes being different for changed files. ........ r65483 | georg.brandl | 2008-08-04 09:01:40 +0000 (Mon, 04 Aug 2008) | 4 lines Add an "encoding" option to literalinclude. Add tests for include directives. ........ r65484 | georg.brandl | 2008-08-04 09:11:17 +0000 (Mon, 04 Aug 2008) | 2 lines Add changelog entry. ........ r65485 | georg.brandl | 2008-08-04 09:21:58 +0000 (Mon, 04 Aug 2008) | 2 lines Fix markup. ........ r65494 | georg.brandl | 2008-08-04 16:34:59 +0000 (Mon, 04 Aug 2008) | 2 lines Correctly use HTML file suffix in templates. ........
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromGeorg Brandl2008-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65138 | georg.brandl | 2008-07-19 15:42:35 +0200 (Sat, 19 Jul 2008) | 2 lines #3416: fix missing parameter. ........ r65145 | georg.brandl | 2008-07-19 20:01:25 +0200 (Sat, 19 Jul 2008) | 2 lines Now that we don't ship Jinja anymore by default the comment can go. ........ r65146 | georg.brandl | 2008-07-19 20:01:51 +0200 (Sat, 19 Jul 2008) | 2 lines Reread documents with globbed toctrees when files are removed/added. ........ r65268 | georg.brandl | 2008-07-29 10:21:33 +0200 (Tue, 29 Jul 2008) | 2 lines Fix by Markus Gritsch to place correct links to headings. ........ r65269 | georg.brandl | 2008-07-29 10:21:59 +0200 (Tue, 29 Jul 2008) | 2 lines Make the writer's settings public. ........ r65270 | georg.brandl | 2008-07-29 10:22:28 +0200 (Tue, 29 Jul 2008) | 2 lines Export test_root. ........ r65271 | georg.brandl | 2008-07-29 10:22:47 +0200 (Tue, 29 Jul 2008) | 2 lines Add a markup test. ........ r65272 | georg.brandl | 2008-07-29 10:27:19 +0200 (Tue, 29 Jul 2008) | 2 lines Bump version number. ........ r65273 | georg.brandl | 2008-07-29 11:05:37 +0200 (Tue, 29 Jul 2008) | 2 lines Correct rendering of ``samp``. ........
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵Georg Brandl2008-06-051-0/+76
config.