summaryrefslogtreecommitdiff
path: root/tests/test_searchadapters.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify testcases for websupportTakeshi KOMIYA2017-04-221-69/+0
| | | | | | Now websupport modules has separated and move into sphinxcontrib-websupport package. They are also tested in the package. Hence, we should test the bridge code for them.
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Merge branch 'stable'Takeshi KOMIYA2016-07-151-1/+1
|\
| * Optimize tests: test_searchadaptersTakeshi KOMIYA2016-07-141-1/+1
| |
* | Updates related to new feed() signatureMatthias Geier2016-06-081-1/+1
|/
* 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
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+3
| |
* | introduce the six module and reduce sphinx.util.pycompat implementation. ↵Takayuki Shimizukawa2014-04-291-3/+4
|/ | | | refs #1350.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-4/+2
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|
* Improve websupport test skipping, add new decorator for search adapter skipping.Georg Brandl2010-08-211-15/+11
|
* Removed trailing whitespaceDaniel Neuhäuser2010-08-101-2/+1
|
* updated tests to use builddir instead of outdirJacob Mason2010-08-071-1/+1
|
* rename comments package storageJacob Mason2010-08-041-1/+1
|
* added more test coverage.Jacob Mason2010-08-041-1/+3
|
* Separate search adapter tests from othersJacob Mason2010-08-041-0/+82