summaryrefslogtreecommitdiff
path: root/tests/test_build_gettext.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+1
* i18n: Add support for having single text domainMichal Čihař2020-08-071-0/+18
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-5/+5
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix flake8 violationsTakeshi KOMIYA2019-07-011-1/+2
* Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-21/+16
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-5/+5
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
|/
* Fix flake8 violations on testsTakeshi KOMIYA2018-07-281-2/+2
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+1
* Fix the dirname for testing filescocoatomo2018-02-191-1/+1
* Add a testcase for deterministic msgid ordercocoatomo2018-02-191-0/+15
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest optimizatoin:shimizukawa2017-01-081-24/+22
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-6/+10
* pytest migrationshimizukawa2017-01-041-6/+6
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+1
* 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
|\