summaryrefslogtreecommitdiff
path: root/tests/test_localedata.py
Commit message (Collapse)AuthorAgeFilesLines
* Enable E741 (ambiguous variable name) lintAarni Koskela2023-01-181-4/+4
|
* Apply some small miscellaneous formatting fixesAarni Koskela2023-01-181-5/+4
|
* Apply ruff I category fixesAarni Koskela2023-01-181-2/+2
|
* Apply ruff E category fixesAarni Koskela2023-01-181-2/+2
|
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-16/+5
| | | | | | Automated conversion initially applied with https://github.com/warlo/codemod-unittest-to-pytest-asserts, followed by some manual changes for brevity.
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
|
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
|
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
| | | | | * Update copyright year * Update changelog
* Disallow special filenames on Windowslocale-basenameAarni Koskela2021-04-281-0/+9
|
* Run locale identifiers through `os.path.basename()`Aarni Koskela2021-04-281-1/+29
|
* Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
|
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
|
* Cache locale_identifiers()Aarni Koskela2019-05-271-0/+26
| | | | Fixes #620
* Remove unused imports throughout testsJon Dufresne2019-01-241-1/+1
|
* Rephrase copyright headers to link to the LICENSE file instead of COPYINGauthorsAarni Koskela2018-02-021-1/+1
| | | | Fixes #398
* Update copyright header years, and include the Babel teamAarni Koskela2018-02-021-1/+1
|
* Merge pull request #546 from hugovk/rm-eolAarni Koskela2018-01-161-2/+2
|\ | | | | Drop support for EOL Python 2.6 and 3.3
| * Replace comparison with None with equality operatorHugo2017-12-281-2/+2
| |
* | Revert "Merge pull request #505 from wodo/pi_support"Jakob Schnitzer2017-09-281-12/+0
|/ | | | | This reverts commit 653e6d4f654f0f3cbce57054654e09c519b9e412, reversing changes made to 5f3b00854bbc6fa6a03e04ab572a609eebcc1f72.
* Allow normalize_locale and exists to handle various unexpected input (#523)Jungmo Ku2017-09-121-3/+14
| | | | | Resolves #521
* Use Py.test's monkeypatch for PyInstaller testsAarni Koskela2017-08-181-7/+5
|
* Introduce PyInstaller support. Fixes #500Wolfgang Doll2017-06-241-0/+14
| | | | | | Add a get_base_dir function that works in the context of PyInstaller, where the __file__ system variable is not available.
* Add flake8 pre-commit hook and apply fixes.Lukas Balaga2016-03-071-1/+0
|
* Test locale IDs uniqueness.Kevin Deldycke2016-03-021-0/+9
|
* Test parsing of mixed-cased locale ID.Kevin Deldycke2016-03-021-0/+10
|
* Unittest locale_identifiers() and exists() bijection.Kevin Deldycke2016-02-171-0/+4
|
* remove test suite factoriesAlex Morega2013-07-061-9/+0
|
* copy babel.localedata doctests as unit testsAlex Morega2013-07-061-1/+11
|
* move unit tests outside babel packageAlex Morega2013-07-061-0/+73