summaryrefslogtreecommitdiff
path: root/tests/test_all.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06tests: Remove checks for Python older than 2.7Julian Andres Klode1-8/+3
This simplifies the test code a tiny bit.
2014-01-06Drop support for Python 2.6Julian Andres Klode1-9/+2
This will allow us to use more Python 3 idioms in the code, and possibly even get a single code base that works in Python 2.7 and Python 3.3 and newer.
2014-01-05make test_pep8.py passMichael Vogt1-2/+7
2013-03-13python2.6 compat fixesMichael Vogt1-1/+8
2012-11-19* tests/test_all.py:Colin Watson1-4/+9
- Write general test status output to stdout, not stderr.
2011-08-10* tests/test_all.py:Michael Vogt1-0/+1
- print library dir to hunt down build failure on amd64
2011-08-08skip tests if sources.list is not readableMichael Vogt1-0/+4
2010-12-07tests/test_all.py: add workaround for py3.2Michael Vogt1-0/+8
2010-07-06fix debfile to work with py3, update testsMichael Vogt1-12/+20
2010-03-12tests/test_all.py: Write information header to stderr, not stdout.Julian Andres Klode1-1/+1
2010-03-10tests/test_all.py: Print the version info on start.Julian Andres Klode1-0/+1
2010-02-13test_all.py: Use local modules instead of system ones if possible.Julian Andres Klode1-0/+15
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-0/+17
The module tests.test_all will run all available tests. Each test placed herein must be using unittest and provide at least 1 test case. It must be prefixed with test_.