summaryrefslogtreecommitdiff
path: root/tests/test_core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-171-1/+2
* parse_pattern now passes original pattern string to NumberPatternJennifer Wang2016-06-031-1/+1
* Add flake8 pre-commit hook and apply fixes.Lukas Balaga2016-03-071-4/+2
* Apply pre-commit fixes.Lukas Balaga2016-02-271-0/+3
* Add support for date-time skeletonsMichael Birtwell2016-01-041-0/+4
* Improve Locale equality and hashing testsAarni Koskela2015-12-291-10/+18
* Add __hash__ to Locale.Roy Wellington Ⅳ2015-12-291-0/+5
* Parametrize test_compatible_classes_in_global_and_localedata testAarni Koskela2015-12-211-13/+14
* numbers: Properly load and expose currency format typesIsaac Jurado2015-09-271-1/+3
* localedata: Rename to locale-datasils/wheelLasse Schuirmann2015-09-251-7/+7
* Added unit tests for that *.dat files have only babel classesJun Omae2015-08-061-0/+26
* Fixed import and format_timedelta to handle new time unit patterns in cldr-24.benselme2015-01-091-1/+1
* correctly handle 'C.UTF-8' localeAlex Morega2014-01-081-0/+4
* Fixed territory aliases not working properlyArmin Ronacher2013-07-291-0/+5
* Added another testcase for subtag expansion.Armin Ronacher2013-07-291-0/+5
* Fixed #37 (likely subtag resolving)Armin Ronacher2013-07-281-0/+5
* Fixed a bug in the subtag resolvingArmin Ronacher2013-07-241-0/+4
* Added basic likely-subtag resolvingArmin Ronacher2013-07-241-0/+6
* Some small fixes from #19Armin Ronacher2013-07-061-1/+1
* move os_environ fixture to conftest.pyAlex Morega2013-07-061-8/+0
* convert unittests to funcs; use os_environ fixtureAlex Morega2013-07-061-56/+29
* test isolation for changes to os.environAlex Morega2013-07-061-9/+14
* remove test suite factoriesAlex Morega2013-07-061-10/+0
* copy babel.core doctests as unit testsAlex Morega2013-07-061-2/+196
* move unit tests outside babel packageAlex Morega2013-07-061-0/+88