summaryrefslogtreecommitdiff
path: root/tests/messages
Commit message (Expand)AuthorAgeFilesLines
* tests: Use pytest.raises() decorator where applicableAarni Koskela2022-05-101-3/+6
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-105-413/+367
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-109-14/+4
* allow header_comment to be passed as an option to extract_message (#720)Mohamed Morsy2022-04-121-0/+9
* Provide a way of checking if the catalogs are up-to-date (#831)Krzysztof Jagiełło2022-04-081-1/+59
* Fix output of --list-locales to not be a bytes reprMorgan Wahl2022-04-081-0/+11
* Plural-Forms: Fix missing trailing semicolonfarhan59002022-04-089-27/+27
* Prefer setuptools imports to distutils importsAarni Koskela2022-04-081-17/+12
* Fix duplicate locations when writing without linenoSigurd Ljødal2022-04-081-0/+1
* Add frontend for extract directory filterAarni Koskela2022-01-272-0/+28
* Update copyright year to 2022Aarni Koskela2022-01-257-7/+7
* Hack around empty `err` in test_extract_error_code testAarni Koskela2022-01-251-2/+3
* Remove redundant _compat.pyHugo van Kemenade2021-09-147-30/+30
* Implement `--init-missing` option for `pybabel update` (#785)ruro2021-06-151-1/+39
* Become 2.9.1Aarni Koskela2021-04-287-7/+7
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-117-7/+7
|\
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-117-7/+7
* | Introduce invariant that _invalid_pofile() takes unicode line.Niklas Hambüchen2020-01-281-1/+1
|/
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-277-7/+7
* Catalog update: keep user comments from destination by defaultAarni Koskela2019-05-271-1/+30
* Merge pull request #647 from akx/pybabel-exit-codeAarni Koskela2019-05-272-85/+74
|\
| * pybabel compile: exit with code 1 if errors were encounteredAarni Koskela2019-05-272-0/+14
| * test_frontend: DRY out path generationAarni Koskela2019-05-271-85/+60
* | Add comparison operators to _NormalizedStringAarni Koskela2019-05-271-0/+17
|/
* Remove unused imports throughout testsJon Dufresne2019-01-241-1/+0
* Merge pull request #564 from cedk/skip-empty-msgidAarni Koskela2018-08-201-0/+23
|\
| * Test empty translation uses fallbackCédric Krier2018-08-191-0/+23
* | Fix pofile test failureAarni Koskela2018-07-201-10/+2
* | frontend, test_frontend: don't use deprecated U read mode on Py3Aarni Koskela2018-05-281-18/+18
* | Merge pull request #559 from python-babel/authorsAarni Koskela2018-05-287-14/+14
|\ \
| * | Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-027-7/+7
| * | Update copyright header years, and include the Babel teamAarni Koskela2018-02-027-7/+7
| |/
* | messages: allow processing files that are in locales unknown to Babelmessages-no-localeAarni Koskela2018-02-021-0/+23
|/
* pofile.py: Added new exception called PoFileError and thrown if flaggedStevenJ2018-01-161-1/+65
* Remove redundant parenthesesHugo2017-12-283-4/+4
* Replace function call with set literalHugo2017-12-281-21/+9
* Use a fixed datetime to avoid test failures (#520)Narendra Vardi2017-08-181-15/+31
* Allow both dash and underscore separated locale identifiers in pofileslenient-po-locale-parseAarni Koskela2017-04-061-0/+6
* Rename test caseHeungsub Lee2017-03-311-1/+1
* More complex test cases for nested gettextHeungsub Lee2017-03-311-6/+26
* Add test case for nested gettextHeungsub Lee2017-03-311-0/+11
* When msgid are equal, sort according to msgctxtXavier Fernandez2017-03-211-0/+35
* Fix read_pofile handling of missing pluralsMichael Birtwell2016-11-211-0/+40
* pofile reader: Fix multi line msgctxtMichael Birtwell2016-11-211-0/+14
* pofile parsing. Fix handling of obsolete + refactorMichael Birtwell2016-11-211-3/+64
* Merge pull request #438 from rrader/add_location_optionAarni Koskela2016-11-212-0/+70
|\
| * Add option 'add_location' for location line formattingRoman Rader2016-08-092-0/+70
* | Increase coverage of JSX extraction testsGeorg Schölly2016-11-191-1/+3
* | jslexer.py: Change jsx_tag regex againKO. Mattsson2016-10-241-51/+82
|/
* Handle file open/close with "with"Ville Skyttä2016-07-271-4/+1