summaryrefslogtreecommitdiff
path: root/tests/messages/test_frontend.py
Commit message (Expand)AuthorAgeFilesLines
* Apply ruff I category fixesAarni Koskela2023-01-181-8/+14
* Apply ruff C category fixesAarni Koskela2023-01-181-15/+9
* Renovate formatting in test_checkers and test_frontend (#950)Aarni Koskela2023-01-181-114/+91
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-6/+7
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-68/+57
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-5/+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-081-9/+9
* Prefer setuptools imports to distutils importsAarni Koskela2022-04-081-17/+12
* Add frontend for extract directory filterAarni Koskela2022-01-271-0/+23
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Hack around empty `err` in test_extract_error_code testAarni Koskela2022-01-251-2/+3
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-19/+19
* Implement `--init-missing` option for `pybabel update` (#785)ruro2021-06-151-1/+39
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
* Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* pybabel compile: exit with code 1 if errors were encounteredAarni Koskela2019-05-271-0/+9
* test_frontend: DRY out path generationAarni Koskela2019-05-271-85/+60
* frontend, test_frontend: don't use deprecated U read mode on Py3Aarni Koskela2018-05-281-18/+18
* Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-021-1/+1
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
* Remove redundant parenthesesHugo2017-12-281-1/+1
* 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
* Add option 'add_location' for location line formattingRoman Rader2016-08-091-0/+50
* Teach the optparse CLI about the parameter aliases it had forgotten in #311Aarni Koskela2016-04-191-3/+7
* Remind the optparse CLI about `extract -s` (a shorthand for `--strip-comments`)Aarni Koskela2016-04-191-0/+7
* frontend: don't use unicode-variant %r for loggingAarni Koskela2016-04-191-5/+5
* Harmonize extraction keyword parsing between distutils and standalone CLIAarni Koskela2016-04-191-0/+43
* Test that `update` actually accepts those boolean parametersAarni Koskela2016-04-121-1/+10
* Refactor out `configure_cli_command`Aarni Koskela2016-04-121-5/+16
* Make the CLI extraction command support multiple `-k`s againAarni Koskela2016-04-121-1/+54
* Apply pre-commit fixes.Lukas Balaga2016-02-271-88/+90
* Extract CLI: Add `input-dirs` alias for `input-paths`.Aarni Koskela2016-02-031-0/+13
* Frontend: Add multi-domain support to compile_catalog commandSven Anderson2016-01-291-0/+23
* extraction: Babel now supports extraction by filename as well as by dirEoin Nugent2016-01-141-5/+58
* Add test for frontend update_commandAarni Koskela2016-01-041-2/+35
* Frontend: Use Distutils commands also for the CLIAarni Koskela2016-01-041-3/+0
* Support 'Language' header field of PO files (#76)Felix Yan2015-08-051-0/+9
* open po files in binary modeAlex Morega2013-07-071-6/+6
* Resolved a bunch of syntax errorsArmin Ronacher2013-07-061-1/+1
* Some small fixes from #19Armin Ronacher2013-07-061-1/+1
* More work on making tests work on Python 3Armin Ronacher2013-07-061-2/+1
* remove test suite factoriesAlex Morega2013-07-061-12/+0
* copy babel.messages.frontend doctests as unit testsAlex Morega2013-07-061-1/+45
* move unit tests outside babel packageAlex Morega2013-07-061-0/+1068