summaryrefslogtreecommitdiff
path: root/test/munittest.py
Commit message (Expand)AuthorAgeFilesLines
* Drop six usagePablo Suárez Hernández2022-09-021-5/+3
* Drop some unnecessary continuation backslashesZbigniew Jędrzejewski-Szmek2019-02-241-5/+4
* Replace some type() with specific class namesZbigniew Jędrzejewski-Szmek2019-02-241-2/+2
* Apply 'methodattrs' fixerZbigniew Jędrzejewski-Szmek2019-02-241-1/+1
* Use unittest instead of custom boilerplate codeJochen Breuer2019-02-121-25/+2
* Drop support for custom sorting of test casesZbigniew Jędrzejewski-Szmek2019-02-121-6/+4
* Use six.{class,integer}_types to hide python2/python3 differencesZbigniew Jędrzejewski-Szmek2019-02-121-2/+4
* Add cmp() for compatibility with python2Zbigniew Jędrzejewski-Szmek2019-02-121-0/+6
* Replace string function calls with method callsZbigniew Jędrzejewski-Szmek2019-02-111-8/+6
* Apply 'idioms' fixerZbigniew Jędrzejewski-Szmek2019-02-111-3/+3
* Drop obsolete $Id tagsZbigniew Jędrzejewski-Szmek2019-02-111-2/+0
* Apply 'print' fixer and add __future__ importsZbigniew Jędrzejewski-Szmek2019-02-111-2/+5
* Remove trailing whitespaceZbigniew Jędrzejewski-Szmek2019-02-111-5/+5
* Use %r instead of unnecessary repr callsZbigniew Jędrzejewski-Szmek2019-02-111-4/+4
* Apply 'raise' fixerZbigniew Jędrzejewski-Szmek2019-02-111-21/+16
* Apply 'except' fixerZbigniew Jędrzejewski-Szmek2019-02-111-1/+1
* Revert "Ported test suite"Valentina Mukhamedzhanova2014-10-031-43/+51
* Ported test suiteTomas Radej2014-08-281-51/+43
* Spelling fixes.Ville Skyttä2013-08-101-3/+3
* Fixed a few bugs related to python 2.3.mstenner2004-03-311-1/+5
* By popular demand, I broke out the unittest coolness into a separatemstenner2004-03-181-0/+930