summaryrefslogtreecommitdiff
path: root/tests/test_build_gettext.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-5/+6
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+6
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* 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.shimizukawa2013-03-101-0/+12
* fix test_seealso failed with python3shimizukawa2013-01-121-1/+1
* merge birkenfeld/sphinxRobert Lehmann2013-01-061-0/+8
|\
| * Verify seealso directives end up in gettext catalogs.Robert Lehmann2012-12-161-0/+8
* | Divide test_intl target source files for speed-up.shimizukawa2013-01-061-2/+5
* | Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-0/+47
|/
* 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.xDasIch2010-08-151-1/+1
| * Fix test which was broken to change in the path object apiDasIch2010-08-151-1/+1
| * Added a newline for readabilityDasIch2010-08-151-0/+1
| * Fix line lengthDasIch2010-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