summaryrefslogtreecommitdiff
path: root/tests/util.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | Fixed #1786: Add configurable type hints.Robert Lehmann2015-09-111-8/+9
* | fixup test suite for already-registered warningsGeorg Brandl2015-07-221-3/+22
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Fix #1607: Sphinx crashes on building latexpdf with "howto" classtk0miya2014-11-241-0/+2
* | Stop removing temporary test data after tests.Georg Brandl2014-11-061-1/+0
* | move new assertion helpers to util.pyGeorg Brandl2014-09-211-0/+25
* | Complete test suite overhaul.Georg Brandl2014-09-211-73/+72
* | Merge with tipTakayuki Shimizukawa2014-08-181-0/+9
|\ \
| * | Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-0/+9
* | | * provide _copy_to_temp option for TestApp()Takayuki Shimizukawa2014-08-101-7/+11
* | | * for PR#264: update CHANGES, add tests, small refactoring.Takayuki Shimizukawa2014-08-101-0/+7
|/ /
* | merge with stableTakayuki Shimizukawa2014-07-131-0/+3
|\ \ | |/
| * use test generator nosetests feature.Takayuki Shimizukawa2014-07-121-0/+3
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+3
* | remove tests.util.write_file duplicated implementation.Takayuki Shimizukawa2014-04-281-14/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-6/+1
|/
* Fix text builder did not respect wide/fullwidth charactors for title line.Takayuki Shimizukawa2013-02-051-0/+7
* Move "only" directive tests to a seperate test root.Jonathan Waltman2013-01-051-1/+4
* Copyright update.Georg Brandl2013-01-011-1/+1
* fix: ziptheme.zip block removing test temporary directory on Windows.Takayuki Shimizukawa2012-11-041-0/+2
* Cleanup after pull from https://bitbucket.org/timmartin/sphinxGeorg Brandl2011-05-151-5/+3
* Expanded the docstring of gen_with_app to explain how it differs from with_appTim Martin2011-04-131-1/+3
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Improve websupport test skipping, add new decorator for search adapter skipping.Georg Brandl2010-08-211-2/+11
* | Add skip_if and skip_unless test decorators.Georg Brandl2010-08-211-2/+17
* | Make string contents nongreedy.Georg Brandl2010-07-281-1/+1
* | Fixed warnings in python3Daniel Neuhäuser2010-06-201-1/+6
* | Fix encoding in config test and open configs in binary mode to warn for possi...Daniel Neuhäuser2010-05-301-2/+9
|/
* Clean up unused imports.Georg Brandl2010-01-171-1/+0
* merge with trunkGeorg Brandl2010-01-021-2/+2
|\
| * test utils: make with_tempdir stackable.Georg Brandl2009-09-091-2/+2
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-161-1/+1
* Fix a bug in FilenameUniqDict that led to test failures.Georg Brandl2009-02-191-9/+7
* Make the HTML xpath tests generator tests.Georg Brandl2009-02-191-2/+20
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-3/+6
* Update the test_autodoc for the autodoc refactorings and fix a few remaining ...Georg Brandl2009-02-171-0/+2
* Fix more line length and trailing whitespace.Georg Brandl2009-01-101-1/+2
* 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
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* | Remove sphinx.builder usage.Georg Brandl2008-12-231-1/+1
|/