summaryrefslogtreecommitdiff
path: root/tests/messages/test_frontend.py
Commit message (Expand)AuthorAgeFilesLines
* 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