summaryrefslogtreecommitdiff
path: root/tests/test_support.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Use regular asserts instead of unittest functionsAarni Koskela2022-05-101-16/+13
* Fix up some Python2-isms using pyupgradeAarni Koskela2022-05-101-1/+0
* Update copyright year to 2022Aarni Koskela2022-01-251-1/+1
* Remove redundant _compat.pyHugo van Kemenade2021-09-141-14/+5
* Become 2.9.1Aarni Koskela2021-04-281-1/+1
* Merge branch '2.8-maintenance' into masterAarni Koskela2020-11-111-1/+1
|\
| * Bump copyright year from 2019 to 2020Aarni Koskela2020-11-111-1/+1
* | Skip deprecated l*gettext functions on Python 3.8+Aarni Koskela2020-10-021-1/+11
* | LazyProxy: Handle AttributeError in specified func (#724)Nikiforov Konstantin2020-09-301-0/+11
|/
* Bump copyright year from 2018 to 2019Aarni Koskela2019-05-271-1/+1
* test_support: Don't use deprecated inspect methodsAarni Koskela2018-05-281-5/+8
* 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
* Replace function call with set literalHugo2017-12-281-1/+1
* Apply pre-commit fixes.Lukas Balaga2016-02-271-2/+8
* Flatten NullTranslations.files into a listAarni Koskela2015-12-291-1/+26
* Add __copy__ and __deepcopy__ to LazyProxy.astaric2015-08-051-0/+27
* fix babel.support for py3 strings/bytesAlex Morega2013-07-071-4/+4
* l*gettext always returns bytes, even on py3Alex Morega2013-07-071-15/+15
* More work on making tests work on Python 3Armin Ronacher2013-07-061-2/+1
* test_support also uses os_environ fixtureAlex Morega2013-07-061-0/+3
* remove test suite factoriesAlex Morega2013-07-061-11/+0
* copy babel.support doctests as unit testsAlex Morega2013-07-061-1/+60
* move unit tests outside babel packageAlex Morega2013-07-061-0/+253