summaryrefslogtreecommitdiff
path: root/tests/test_build_gettext.py
Commit message (Expand)AuthorAgeFilesLines
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa2015-02-221-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | fix trailing space and long lineTakayuki Shimizukawa2014-10-091-2/+3
* | add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...Takayuki Shimizukawa2014-09-281-0/+32
* | move new assertion helpers to util.pyGeorg Brandl2014-09-211-2/+2
* | fix incompatibility in doctree between gettext and the restGeorg Brandl2014-09-211-1/+1
* | Refactor/speed up test_build_gettext using generatorsGeorg Brandl2014-09-211-22/+11
* | Complete test suite overhaul.Georg Brandl2014-09-211-28/+20
* | 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-5/+6
|/
* Copyright header update.Georg Brandl2013-04-011-1/+1
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+1
* Add i18n capabilities for custom templates.Takayuki Shimizukawa2013-03-101-0/+12
* fix test_seealso failed with python3Takayuki Shimizukawa2013-01-121-1/+1
* merge birkenfeld/sphinxRobert Lehmann2013-01-061-0/+50
|\
| * Divide test_intl target source files for speed-up.Takayuki Shimizukawa2013-01-061-2/+5
| * Closes #976: Fix gettext does not extract index entries.Takayuki Shimizukawa2013-01-051-0/+47
* | Verify seealso directives end up in gettext catalogs.Robert Lehmann2012-12-161-0/+8
|/
* Split up sphinx-i18n tests into build and patch phase.Robert Lehmann2010-11-141-46/+10
* Remove generated catalogs properly after tests.Robert Lehmann2010-11-131-0/+1
* Transform false positives into skipped tests.Robert Lehmann2010-11-131-3/+4
* Tested section grouping for translations.Robert Lehmann2010-11-131-1/+6
* Give an explicit locale so that the output file name of msginit is determinis...Georg Brandl2010-08-211-10/+13
* merge with DasIch/sphinx-i18nGeorg Brandl2010-08-211-5/+10
|\
| * Fix test_gettext test for python 3.xDaniel Neuhäuser2010-08-151-1/+1
| * Fix test which was broken to change in the path object apiDaniel Neuhäuser2010-08-151-1/+1
| * Added a newline for readabilityDaniel Neuhäuser2010-08-151-0/+1
| * Fix line lengthDaniel Neuhäuser2010-08-151-4/+8
* | merge with sphinx-i18nGeorg Brandl2010-08-211-1/+1
* | merge with trunkRobert Lehmann2010-08-171-1/+1
|/
* Test if doctrees retain semantic structure.Robert Lehmann2010-06-301-2/+5
* Test translation patching in vitro.Robert Lehmann2010-06-291-0/+27
* Pull gettext tests into one single location.Robert Lehmann2010-06-261-0/+4
* Check compiled message catalogs are processable with gettext.Robert Lehmann2010-06-231-0/+4
* Strip down tests to build only critical parts.Robert Lehmann2010-06-171-4/+4
* Remove cleanenv setting from tests.Robert Lehmann2010-06-171-2/+2
* Split up tests into logical units.Robert Lehmann2010-06-171-2/+7
* Delete generated files on test failure.Robert Lehmann2010-06-091-2/+0
* Prepare test root catalogs for gettext with msgfmt.Robert Lehmann2010-06-091-0/+15
* Verify PO file format with msginit.Robert Lehmann2010-06-091-0/+22
* Initial tests for gettext build.Robert Lehmann2010-06-071-0/+24