Georg Brandl
d47a7587f9
Complete test suite overhaul.
...
* 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
2014-09-21 17:17:02 +02:00
Takayuki Shimizukawa
1e58062692
remove 'six' name except importing line.
2014-04-30 21:30:46 +09:00
Takayuki Shimizukawa
68290a266c
introduce the six module and reduce sphinx.util.pycompat implementation. refs #1350 .
2014-04-29 11:46:47 +09:00
Georg Brandl
ac92719ac3
Update copyright year.
2014-03-01 08:18:23 +01:00
Georg Brandl
e030031321
Update copyright year.
2014-03-01 08:18:16 +01:00
Takayuki Shimizukawa
a8fc938d1b
Drop python-2.5 and remove 2.4,2.5 support codes
2013-12-15 14:16:53 +09:00
Georg Brandl
1af3e3ea71
tests: replace "from util import *" by explicit imports
2013-04-01 11:39:32 +02:00
Georg Brandl
151856819c
Copyright update.
2013-01-01 22:13:15 +01:00
Georg Brandl
d07fe37744
Update the websupport tests to API changes.
2011-10-06 14:28:18 +02:00
Georg Brandl
19adf65faa
Skip all websupport tests for now.
2011-09-21 09:09:50 +02:00
Georg Brandl
17efae5622
merge with 1.0
2011-01-04 11:29:09 +01:00
Daniel Neuhäuser
e38f19a829
"Fixed" the CombinedHTMLDiff test
...
The output should probably be validated but I just wanted to make
sure it runs without an Exception first
2010-12-01 23:13:31 +01:00
Georg Brandl
2ab934b232
Make websupport builder inherit from serializing builder, remove separate WebSupportApp.
2010-11-20 17:41:20 +01:00
Georg Brandl
2f2a09c919
Improve websupport test skipping, add new decorator for search adapter skipping.
2010-08-21 23:03:06 +02:00
Georg Brandl
9acc57b616
Skip tests accordingly if sqlalchemy is not present.
2010-08-21 22:47:32 +02:00
Georg Brandl
2399e4627c
Rename module to make clear it is only for sqlalchemy.
2010-08-21 22:36:35 +02:00
Georg Brandl
b9c933046d
Fix version.
2010-08-21 22:01:42 +02:00
Jacob Mason
fd10895e5a
fix moderation test
2010-08-16 10:11:52 -05:00
Daniel Neuhäuser
1d4c7d4fe0
Added initial versioning support
2010-08-11 14:23:58 +02:00
Daniel Neuhäuser
023f342bed
Removed trailing whitespace
2010-08-10 17:11:11 +02:00
Jacob Mason
2dcb0f0178
updated tests to use builddir instead of outdir
2010-08-07 21:08:43 -05:00
Jacob Mason
1d98a50bdc
add moderator kwarg to moderation methods.
2010-08-06 21:13:06 -05:00
Jacob Mason
fbd047b8f5
Ensure hidden comments can't be replied to
2010-08-05 15:01:13 -05:00
Jacob Mason
d0e272e61f
Add comment moderation backend
2010-08-05 14:13:50 -05:00
Jacob Mason
790715d37b
added update_username method
2010-08-05 12:20:15 -05:00
Jacob Mason
69a2c07396
added delete_comment method
2010-08-04 16:06:10 -05:00
Jacob Mason
a08651e6d0
rename comments package storage
2010-08-04 13:20:43 -05:00
Jacob Mason
338c349dd5
renamed get_comments get_data
2010-08-04 13:12:57 -05:00
Jacob Mason
75ae087f7a
added more test coverage.
2010-08-04 13:09:07 -05:00
Jacob Mason
248c01af3e
Separate search adapter tests from others
2010-08-04 11:25:30 -05:00
jacob
62fe57c641
Converted comment schema from adjacency list to materialized path.
...
Added tests for commments.
Layed groundwork for comment moderation.
2010-08-03 12:21:43 -05:00
Jacob Mason
682fa466fe
Added test for comment system.
2010-07-31 15:51:13 -05:00
Jacob Mason
a31f3b7e73
More complete tests for search adapters.
2010-07-31 12:23:26 -05:00
Jacob Mason
a36175298e
Added basic search tests.
2010-07-30 17:07:48 -05:00
Jacob Mason
2528f3ddce
Added SrcdirNotSpecifiedError
2010-07-30 16:13:51 -05:00
Jacob Mason
846ab3a743
Added DocumentNotFoundError
2010-07-30 15:53:02 -05:00
Jacob Mason
f014641405
Added test for build and made web support buildable without specifying search adapter
2010-07-30 11:20:43 -05:00