summaryrefslogtreecommitdiffhomepage
path: root/tests/__init__.py
AgeCommit message (Collapse)Author
2021-11-28No idea why the lack of this blew up on circle but not locallyJeff Forcier
Probably the locales differ? sigh
2021-11-28Blacken code for #992Jeff Forcier
2021-11-28Cleanup re #992Jeff Forcier
- remove apparently vestigial bits - remove Python 2.6 related bits - use pytest.skip instead of custom skip
2021-11-28Add new requireNonAsciiLocale test decoratorMartin Packman
2021-11-28Expose Python 2.6 compatible test skip decoratorMartin Packman
2017-10-23Import cleanup, mostly focused on s/tests/./Jeff Forcier
2017-10-10Update docs, metadata, test references to 2.6/3.3Jeff Forcier
2017-06-09Add new skipUnlessBuiltin function for testingMartin Packman
2014-02-11Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss
SebastianDeiss:gssapi-py3-support