summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix conftest.py compatibility with pytest 4.3Miro Hrončok2019-03-141-3/+6
* Skip alt=... for week data (minDays, firstDay, weekendStart, weekendEnd)Aarni Koskela2019-03-011-0/+6
* fixes #619 wrong weeknumber for 31.12.2018 (#621)BT-sschmid2019-03-011-0/+9
* Replace odict with Python's collection.OrderedDictJon Dufresne2019-01-251-14/+0
* Remove unused imports throughout testsJon Dufresne2019-01-243-4/+2
* Download CLDR 34.0Alberto Mardegan2019-01-241-2/+2
* 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
* | Merge pull request #599 from fuzzmz/fix-repeated-suggestions-for-0Aarni Koskela2018-08-191-0/+4
|\ \
| * | don't repeat suggestions in parse_decimal strictSerban Constantin2018-08-071-0/+4
* | | add support to util.pathmatch for matching the start of a stringBrian Cappello2018-08-141-0/+5
|/ /
* | Fix pofile test failureAarni Koskela2018-07-201-10/+2
* | add a `suggestions` attribute to `NumberFormatError`Changaco2018-06-171-4/+8
* | include more information in error messageChangaco2018-06-171-0/+3
* | add a `strict` mode to `parse_decimal()`Charly C2018-06-171-0/+19
* | Simplify format_currency code by pulling out/using helpers.Luke Plant2018-06-071-1/+20
* | numbers: implement currency formatting with long display names.Luke Plant2018-06-041-0/+38
* | Download CLDR 33.0; fix test changesAarni Koskela2018-05-282-9/+9
* | test_support: Don't use deprecated inspect methodsAarni Koskela2018-05-281-5/+8
* | frontend, test_frontend: don't use deprecated U read mode on Py3Aarni Koskela2018-05-281-18/+18
* | test_smoke: use format_decimal instead of format_numberAarni Koskela2018-05-281-1/+1
* | Merge pull request #559 from python-babel/authorsAarni Koskela2018-05-2814-29/+29
|\ \
| * | Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-0214-14/+14
| * | Update copyright header years, and include the Babel teamAarni Koskela2018-02-0214-15/+15
| |/
* | messages: allow processing files that are in locales unknown to Babelmessages-no-localeAarni Koskela2018-02-021-0/+23
|/
* Test that CLDR 32 properly formats Russian start-of-year dates.cldr-32Aarni Koskela2018-01-251-0/+7
* Lists: add support for various list styles other than the defaultAarni Koskela2018-01-191-0/+7
* CLDR: Use CLDR 32.0.1Aarni Koskela2018-01-191-2/+1
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-174-13/+15
* cldr: use CLDR 30.0.2 (and fix test changes)Aarni Koskela2018-01-172-2/+2
* numbers: allow number patterns with no dynamic parts whatsoeverAarni Koskela2018-01-171-0/+5
* pofile.py: Added new exception called PoFileError and thrown if flaggedStevenJ2018-01-161-1/+65
* Merge pull request #546 from hugovk/rm-eolAarni Koskela2018-01-167-37/+27
|\
| * Replace comparison with None with equality operatorHugo2017-12-282-9/+9
| * Remove redundant parenthesesHugo2017-12-283-4/+4
| * Replace function call with set literalHugo2017-12-284-24/+14
* | Merge pull request #533 from yagebu/fix-pyinstallerAarni Koskela2018-01-151-12/+0
|\ \ | |/ |/|
| * Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2017-09-281-12/+0
* | Allow bypass of decimal quantization.Kevin Deldycke2017-10-231-44/+78
* | Refactor decimal handling code.Kevin Deldycke2017-10-181-5/+141
|/
* Allow normalize_locale and exists to handle various unexpected input (#523)Jungmo Ku2017-09-121-3/+14
* Parse multi-line __future__ imports better (#519)Aarni Koskela2017-08-211-0/+34
* Use a fixed datetime to avoid test failures (#520)Narendra Vardi2017-08-181-15/+31
* Use Py.test's monkeypatch for PyInstaller testsAarni Koskela2017-08-181-7/+5
* Introduce PyInstaller support. Fixes #500Wolfgang Doll2017-06-241-0/+14
* Merge pull request #491 from kdeldycke/currency-utilsAarni Koskela2017-05-171-0/+58
|\
| * Add currency utilities and helpers.Kevin Deldycke2017-05-171-0/+58
* | 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