summaryrefslogtreecommitdiff
path: root/tests/messages
Commit message (Expand)AuthorAgeFilesLines
* Apply some small miscellaneous formatting fixesAarni Koskela2023-01-181-3/+3
* Apply ruff UP025 (unicode literal prefix) fixAarni Koskela2023-01-186-105/+105
* Apply ruff I category fixesAarni Koskela2023-01-185-12/+22
* Apply ruff C category fixesAarni Koskela2023-01-181-15/+9
* Renovate formatting in test_checkers and test_frontend (#950)Aarni Koskela2023-01-182-204/+147
* Improved javascript template string expression extracting (#939)Johannes Wilm2023-01-061-0/+39
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-233-9/+10
* Use `ast` instead of `eval` for string extractionAarni Koskela2022-11-011-0/+27
* Support for hex escapes in JavaScript string literalsPrzemyslaw Wegrzyn2022-10-311-0/+2
* Use email.Message for pofile header parsingAarni Koskela2022-05-101-0/+11
* 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