summaryrefslogtreecommitdiff
path: root/tests/messages/test_extract.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023Aarni Koskela2023-02-281-1/+1
* Apply ruff UP025 (unicode literal prefix) fixAarni Koskela2023-01-181-19/+19
* Use `ast` instead of `eval` for string extractionAarni Koskela2022-11-011-0/+27
* tests: Use pytest.raises() decorator where applicableAarni Koskela2022-05-101-3/+6
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-123/+110
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-1/+1
* 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
* 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-2/+2
* 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
* Fix #426Heungsub Lee2016-07-091-0/+10
* Default to UTF-8 source encoding (PEP8: python3)Anthony Sottile2016-04-281-0/+15
* Merge pull request #332 from akx/improved-jsAarni Koskela2016-03-091-91/+0
|\
| * JavaScript: Move extraction test cases into separate fileAarni Koskela2016-02-071-91/+0
* | Apply pre-commit fixes.Lukas Balaga2016-02-271-17/+17
|/
* Extract: Add npgettext to default keywords mapsudheesh0012016-02-041-9/+11
* Added npgettext to default keywords in extractionsudheesh0012016-02-031-0/+20
* Allow passing a callable to `extract()`Aarni Koskela2015-12-201-0/+6
* allow utf8 BOM + magic comment, closes #189Leonardo Pistone2015-08-251-0/+17
* fix parser for python 3Alex Morega2013-07-071-3/+3
* Resolved a bunch of syntax errorsArmin Ronacher2013-07-061-12/+12
* More work on making tests work on Python 3Armin Ronacher2013-07-061-35/+34
* remove test suite factoriesAlex Morega2013-07-061-11/+0
* no useful doctests in extract, mofile, pofileAlex Morega2013-07-061-1/+0
* move unit tests outside babel packageAlex Morega2013-07-061-0/+544