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