Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-21 | tests/old/*.py: Update to new API as well | Julian Andres Klode | 1 | -4/+4 | |
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) | |||||
2009-07-17 | tests: First work on the new testsuite. | Julian Andres Klode | 1 | -0/+46 | |
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_. |