summaryrefslogtreecommitdiff
path: root/tests/util.py
Commit message (Expand)AuthorAgeFilesLines
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-360/+0
* Add HTMLThemeFactory classTakeshi KOMIYA2017-04-201-2/+0
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-2/+1
* pytest optimizatoin:shimizukawa2017-01-081-1/+0
* pytest: remove repr_as testing feature that avoids long annoying log for test...shimizukawa2017-01-051-1/+1
* pytest migrationshimizukawa2017-01-041-128/+157
* Reduce deprecation warnings (refs: #3192)Takeshi KOMIYA2016-12-151-0/+8
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-7/+0
* Add testcase for toctreeTakeshi KOMIYA2016-09-301-5/+24
* #2597: Show warning messages as darkredTakeshi KOMIYA2016-06-241-0/+4
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+2
* Fix format string in assert_in()/assert_not_in()Jakub Wilk2016-05-161-2/+2
* Merge branch 'useless-test-noise'Takeshi KOMIYA2016-03-031-1/+1
|\
| * Fixes #1785: Reduce output for test generators.Robert Lehmann2015-03-201-1/+1
* | Fix #1921: Support figure substitutions by localeTakeshi KOMIYA2016-02-221-0/+10
* | 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