summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add test case for nested gettextHeungsub Lee2017-03-311-0/+11
|/
* Merge pull request #482 from xavfernandez/order_by_contextAarni Koskela2017-03-241-0/+35
|\
| * When msgid are equal, sort according to msgctxtXavier Fernandez2017-03-211-0/+35
* | Merge pull request #433 from akx/no-inheritance-markerAarni Koskela2017-03-241-0/+22
|\ \ | |/ |/|
| * Properly fall back to `long` metazone names when short forms are no-inheritAarni Koskela2016-07-151-0/+22
* | Fix read_pofile handling of missing pluralsMichael Birtwell2016-11-211-0/+40
* | pofile reader: Fix multi line msgctxtMichael Birtwell2016-11-211-0/+14
* | pofile parsing. Fix handling of obsolete + refactorMichael Birtwell2016-11-211-3/+64
* | Merge pull request #438 from rrader/add_location_optionAarni Koskela2016-11-212-0/+70
|\ \
| * | Add option 'add_location' for location line formattingRoman Rader2016-08-092-0/+70
* | | Increase coverage of JSX extraction testsGeorg Schölly2016-11-191-1/+3
* | | Merge pull request #435 from akx/exopAarni Koskela2016-11-181-9/+15
|\ \ \
| * | | Fix float conversion in `extract_operands` (and the relevant test)Aarni Koskela2016-07-151-9/+15
| | |/ | |/|
* | | jslexer.py: Change jsx_tag regex againKO. Mattsson2016-10-241-51/+82
| |/ |/|
* | Handle file open/close with "with"Ville Skyttä2016-07-271-4/+1
* | Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-271-1/+1
|/
* Updated plurals.py to match Mozilla and CLDR referencesMax Shenfield2016-07-112-4/+4
* Merge pull request #427 from sublee/issue-426Aarni Koskela2016-07-091-0/+10
|\
| * Fix #426Heungsub Lee2016-07-091-0/+10
* | Merge pull request #410 from etanol/decimal-controlAarni Koskela2016-07-083-25/+25
|\ \
| * | Simplify the selection of decimal implementationIsaac Jurado2016-05-293-25/+25
* | | Merge pull request #420 from kruton/read-localeAarni Koskela2016-07-081-0/+10
|\ \ \
| * | | Read locale from .po if it has Language headerKenny Root2016-06-171-0/+10
| | |/ | |/|
* | | read_po: Support multiline obsolete unitsMichael Birtwell2016-07-081-0/+42
|/ /
* | parse_pattern now passes original pattern string to NumberPatternJennifer Wang2016-06-032-3/+45
* | Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* | Fix the way local time is constructed in testsIsaac Jurado2016-05-291-1/+2
|/
* Default to UTF-8 source encoding (PEP8: python3)Anthony Sottile2016-04-281-0/+15
* Merge pull request #392 from karloskar/feature/evolve-jsx-extractionAarni Koskela2016-04-241-0/+60
|\
| * jslexer.py: Change jsx_tag regexKO. Mattsson2016-04-181-0/+60
* | 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
* Add smoke tests for basic operationsAarni Koskela2016-04-082-0/+43
* dates: Use format context and fallback through widthsAarni Koskela2016-04-081-0/+5
* Merge pull request #332 from akx/improved-jsAarni Koskela2016-03-093-91/+177
|\