summaryrefslogtreecommitdiff
path: root/tests/test_deps.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25tests/test_deps.py: test_dstr cleanup and fixesJulian Andres Klode1-22/+13
Simplify the code by not stating all test cases in the code, but using a loop. Also adds more tests this way.
2014-01-06tests/test_deps.py: Remove an invalid blank lineJulian Andres Klode1-1/+0
Fixes pep8
2014-01-06apt/package.py: Fix BaseDependency.__dstr.__ne__()Julian Andres Klode1-0/+28
It turns out I missed this. Just simplify it to return not self.__eq__(other). Also add a test case for it. Reported-by: Michael Schaller <michael@5challer.de>
2011-03-21 - add optional parameter to allow parse_depends() to keep theMichael Vogt1-0/+8
multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True)
2010-03-10* python/apt_pkgmodule.cc:Julian Andres Klode1-0/+119
- Treat '>>' and '>', '<<' and '<' as identical in check_dep (LP: #535667). * tests: - test_deps: Add tests for apt_pkg.CheckDep, apt_pkg.check_dep, apt_pkg.parse_depends and apt_pkg.parse_src_depends.