Age | Commit message (Collapse) | Author | Files | Lines |
|
Simplify the code by not stating all test cases in the
code, but using a loop. Also adds more tests this way.
|
|
Fixes pep8
|
|
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>
|
|
multiarch parameter
* tests/test_deps.py:
- add test forapt_pkg.parse_depends(strip_multiarch=True)
|
|
- 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.
|