summaryrefslogtreecommitdiff
path: root/tests/test_websupport.py
Commit message (Expand)AuthorAgeFilesLines
* Stop removing temporary test data after tests.Georg Brandl2014-11-061-4/+0
* Complete test suite overhaul.Georg Brandl2014-09-211-13/+14
* remove 'six' name except importing line.shimizukawa2014-04-301-3/+3
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-3/+4
* Update copyright year.Georg Brandl2014-03-011-6/+1
|\
| * Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-6/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+3
* Copyright update.Georg Brandl2013-01-011-1/+1
* Update the websupport tests to API changes.Georg Brandl2011-10-061-18/+12
* Skip all websupport tests for now.Georg Brandl2011-09-211-1/+3
* merge with 1.0Georg Brandl2011-01-041-1/+1
* "Fixed" the CombinedHTMLDiff testDaniel Neuh?user2010-12-011-2/+2
* Make websupport builder inherit from serializing builder, remove separate Web...Georg Brandl2010-11-201-1/+1
* Improve websupport test skipping, add new decorator for search adapter skipping.Georg Brandl2010-08-211-1/+8
* Skip tests accordingly if sqlalchemy is not present.Georg Brandl2010-08-211-3/+14
* Rename module to make clear it is only for sqlalchemy.Georg Brandl2010-08-211-1/+1
* Fix version.Georg Brandl2010-08-211-6/+7
* fix moderation testJacob Mason2010-08-161-6/+8
* Added initial versioning supportDasIch2010-08-111-11/+15
* Removed trailing whitespaceDasIch2010-08-101-14/+14
* updated tests to use builddir instead of outdirJacob Mason2010-08-071-1/+1
* add moderator kwarg to moderation methods.Jacob Mason2010-08-061-2/+5
* Ensure hidden comments can't be replied toJacob Mason2010-08-051-2/+9
* Add comment moderation backendJacob Mason2010-08-051-0/+23
* added update_username methodJacob Mason2010-08-051-2/+20
* added delete_comment methodJacob Mason2010-08-041-4/+42
* rename comments package storageJacob Mason2010-08-041-3/+3
* renamed get_comments get_dataJacob Mason2010-08-041-6/+6
* added more test coverage.Jacob Mason2010-08-041-6/+42
* Separate search adapter tests from othersJacob Mason2010-08-041-68/+6
* Converted comment schema from adjacency list to materialized path.jacob2010-08-031-4/+53
* Added test for comment system.Jacob Mason2010-07-311-2/+19
* More complete tests for search adapters.Jacob Mason2010-07-311-1/+24
* Added basic search tests.Jacob Mason2010-07-301-5/+45
* Added SrcdirNotSpecifiedErrorJacob Mason2010-07-301-3/+16
* Added DocumentNotFoundErrorJacob Mason2010-07-301-0/+2
* Added test for build and made web support buildable without specifying search...Jacob Mason2010-07-301-0/+47