summaryrefslogtreecommitdiff
path: root/tests/old
AgeCommit message (Collapse)AuthorFilesLines
2014-07-04fix another pep8 failureMichael Vogt1-1/+1
2014-01-07tests: Add back test_hashsums from old and updateJulian Andres Klode3-68/+0
These are automatic tests and they still work, so it's pointless not to use them.
2014-01-05make test_pep8.py passMichael Vogt7-14/+12
2013-10-21tests/old/*.py: Update to new API as wellJulian Andres Klode11-110/+110
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt1-1/+1
thinks the branches have nothing in common)
2010-03-29If PYTHON_APT_DEPRECATION_WARNINGS is unset, also disable theJulian Andres Klode1-0/+0
deprecation warnings in apt_pkg directly; and don't just disable any deprecation warning in apt/__init__.py (LP: #548623)
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode1-0/+17
2009-07-17tests: Import more tests from tests/old.Julian Andres Klode5-270/+0
2009-07-17tests/test_cache_invocation.py: Move here from old.Julian Andres Klode1-24/+0
2009-07-17tests: First work on the new testsuite.Julian Andres Klode21-0/+820
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_.