Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -36/+0 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+2 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Skip testing for websupport if sqlalchemy not installed | Takeshi KOMIYA | 2017-05-28 | 1 | -0/+1 |
| | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -5/+4 |
| | |||||
* | Simplify testcases for websupport | Takeshi KOMIYA | 2017-04-22 | 1 | -241/+3 |
| | | | | | | 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 KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | pytest optimizatoin: | shimizukawa | 2017-01-08 | 1 | -10/+10 |
| | | | | | | | | - remote using deprecated decorators - remove gen_with_app - remove yield testing - remove pytest warnings - refactoring | ||||
* | pytest: remove deprecated raises and raises_msg assert functions | shimizukawa | 2017-01-06 | 1 | -12/+19 |
| | |||||
* | pytest migration | shimizukawa | 2017-01-04 | 1 | -92/+90 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Stop removing temporary test data after tests. | Georg Brandl | 2014-11-06 | 1 | -4/+0 |
| | | |||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 Shimizukawa | 2014-04-30 | 1 | -3/+3 |
| | | |||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -3/+4 |
| | | | | | | | | refs #1350. | ||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | |||||
* | | Drop python-2.5 and remove 2.4,2.5 support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -6/+1 |
|/ | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -2/+3 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Update the websupport tests to API changes. | Georg Brandl | 2011-10-06 | 1 | -18/+12 |
| | |||||
* | Skip all websupport tests for now. | Georg Brandl | 2011-09-21 | 1 | -1/+3 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | "Fixed" the CombinedHTMLDiff test | Daniel Neuhäuser | 2010-12-01 | 1 | -2/+2 |
| | | | | | The output should probably be validated but I just wanted to make sure it runs without an Exception first | ||||
* | Make websupport builder inherit from serializing builder, remove separate ↵ | Georg Brandl | 2010-11-20 | 1 | -1/+1 |
| | | | | WebSupportApp. | ||||
* | Improve websupport test skipping, add new decorator for search adapter skipping. | Georg Brandl | 2010-08-21 | 1 | -1/+8 |
| | |||||
* | Skip tests accordingly if sqlalchemy is not present. | Georg Brandl | 2010-08-21 | 1 | -3/+14 |
| | |||||
* | Rename module to make clear it is only for sqlalchemy. | Georg Brandl | 2010-08-21 | 1 | -1/+1 |
| | |||||
* | Fix version. | Georg Brandl | 2010-08-21 | 1 | -6/+7 |
| | |||||
* | fix moderation test | Jacob Mason | 2010-08-16 | 1 | -6/+8 |
| | |||||
* | Added initial versioning support | Daniel Neuhäuser | 2010-08-11 | 1 | -11/+15 |
| | |||||
* | Removed trailing whitespace | Daniel Neuhäuser | 2010-08-10 | 1 | -14/+14 |
| | |||||
* | updated tests to use builddir instead of outdir | Jacob Mason | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | add moderator kwarg to moderation methods. | Jacob Mason | 2010-08-06 | 1 | -2/+5 |
| | |||||
* | Ensure hidden comments can't be replied to | Jacob Mason | 2010-08-05 | 1 | -2/+9 |
| | |||||
* | Add comment moderation backend | Jacob Mason | 2010-08-05 | 1 | -0/+23 |
| | |||||
* | added update_username method | Jacob Mason | 2010-08-05 | 1 | -2/+20 |
| | |||||
* | added delete_comment method | Jacob Mason | 2010-08-04 | 1 | -4/+42 |
| | |||||
* | rename comments package storage | Jacob Mason | 2010-08-04 | 1 | -3/+3 |
| | |||||
* | renamed get_comments get_data | Jacob Mason | 2010-08-04 | 1 | -6/+6 |
| | |||||
* | added more test coverage. | Jacob Mason | 2010-08-04 | 1 | -6/+42 |
| | |||||
* | Separate search adapter tests from others | Jacob Mason | 2010-08-04 | 1 | -68/+6 |
| | |||||
* | Converted comment schema from adjacency list to materialized path. | jacob | 2010-08-03 | 1 | -4/+53 |
| | | | | | Added tests for commments. Layed groundwork for comment moderation. | ||||
* | Added test for comment system. | Jacob Mason | 2010-07-31 | 1 | -2/+19 |
| | |||||
* | More complete tests for search adapters. | Jacob Mason | 2010-07-31 | 1 | -1/+24 |
| | |||||
* | Added basic search tests. | Jacob Mason | 2010-07-30 | 1 | -5/+45 |
| | |||||
* | Added SrcdirNotSpecifiedError | Jacob Mason | 2010-07-30 | 1 | -3/+16 |
| |