summaryrefslogtreecommitdiff
path: root/tests/test_support.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
* 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