summaryrefslogtreecommitdiff
path: root/tests/test_plural.py
Commit message (Expand)AuthorAgeFilesLines
* Apply ruff I category fixesAarni Koskela2023-01-181-1/+2
* Replace %/.format/concatenation with f-strings where feasible (#927)Aarni Koskela2022-11-231-1/+1
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* plural: parse new c, e operands (otherwise unsupported though)Aarni Koskela2022-04-081-1/+3
* Plural-Forms: Fix missing trailing semicolonfarhan59002022-04-081-2/+2
* 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
* Fix float conversion in `extract_operands` (and the relevant test)Aarni Koskela2016-07-151-9/+15
* Simplify the selection of decimal implementationIsaac Jurado2016-05-291-11/+11
* Apply pre-commit fixes.Lukas Balaga2016-02-271-1/+3
* Compile noninteger TR35 operands to zeroes when emitting GettextAarni Koskela2016-01-221-1/+15
* Update to CLDR 28 (with test updates)Aarni Koskela2015-12-211-4/+4
* tests: Use the automatically chosen Decimal classIsaac Jurado2015-10-141-11/+12
* Make sure extract_operands is always called when using plural.to_python, add ...benselme2015-01-091-4/+37
* plural.extract_operands function and testsbenselme2015-01-091-2/+21
* PEP8benselme2015-01-091-7/+5
* More stuff merged from mitsuhiko's cldr-24 branchbenselme2015-01-081-0/+5
* More plural._Parser testsbenselme2015-01-081-3/+25
* More extraction in _Parser, more testsbenselme2015-01-081-1/+34
* Extract PluralRule.test and add testsbenselme2015-01-081-0/+17
* Include Armin Ronacher's work on PluralRule mitsuhiko/babel@774047abenselme2015-01-081-1/+1
* Extract plural rule tokenization function and add testsbenselme2015-01-081-0/+28
* use fallback plural if none is defined in CLDRAlex Morega2014-01-061-0/+8
* make sure rules are always sortedAlex Morega2013-07-071-1/+1
* test for range pluralizationAlex Morega2013-07-061-0/+22
* remove test suite factoriesAlex Morega2013-07-061-9/+0
* copy babel.plural doctests as unit testsAlex Morega2013-07-061-1/+53
* move unit tests outside babel packageAlex Morega2013-07-061-0/+27