summaryrefslogtreecommitdiff
path: root/tests/test_apt_cache.py
AgeCommit message (Expand)Author
2026-03-02Copyright changesJulian Andres Klode
2025-01-20Improve test suite reliabilityJulian Andres Klode
2024-02-21Expose the phased updates APIs in apt 2.7.11Ravi Kant Sharma
2023-12-13Run isortJulian Andres Klode
2023-12-13Run pyupgradeJulian Andres Klode
2023-12-03remove Python2 crumbsAlexandre Detiste
2023-02-22all: fix PEP8 formattingNick Rosbrook
2023-01-05Reformat code with blackJulian Andres Klode
2019-08-09Convert all shebangs to python3Julian Andres Klode
2018-07-11Fix __iter__ yielding different Packages than __getitem__Julian Andres Klode
2018-07-09tests/test_apt_cache.py: Fix failure on !amd64Julian Andres Klode
2018-07-05Do not override __hash__ in apt.package.PackageJulian Andres Klode
2018-07-05Add more extensive test cases for cache remappingJulian Andres Klode
2018-06-06apt.Cache: Remap objects when reopening cacheJulian Andres Klode
2018-04-12Raise ValueError if objects passed to DepCache are from different cacheJulian Andres Klode
2017-07-25Fix the remaining pep8 erorrsMichael Vogt
2016-07-15tests: Completely reset config environment in setUpJulian Andres Klode
2016-07-08Set allow-unauthenticated for our local sourcesJulian Andres Klode
2014-03-22tests: Drop some more Python 2.6 cruftJulian Andres Klode
2014-01-05make test_pep8.py passMichael Vogt
2013-10-10tests: Do not set dir::etc::sourceparts to /tmpJulian Andres Klode
2012-11-20tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that withMartin Pitt
2012-11-19* aptsources/distinfo.py, aptsources/distro.py, aptsources/sourceslist.py,Colin Watson
2012-11-19* tests/test_apt_cache.py, tests/test_lp659438.py, tests/test_progress.py:Colin Watson
2012-10-17tests/test_apt_cache.py: delete test_cache_delete_leasks_fds() as its not rel...Michael Vogt
2012-10-15close cache on (re)openMichael Vogt
2012-10-15add changelog for lp:~jconti/python-apt/closeable-cache and add new test "tes...Michael Vogt
2012-10-15merged lp:~jconti/python-apt/closeable-cache Michael Vogt
2012-10-12* tests/test_apt_cache.py:Jason Conti
2011-12-09tests/test_apt_cache.py: use intltool instead of libc6 as the later is not av...Michael Vogt
2011-12-08* tests/test_apt_cache.py:Michael Vogt
2011-12-08tests/test_apt_cache.py: change test to test for python3 instead of xterm to ...Michael Vogt
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt
2011-11-22tests/test_apt_cache.py: fix test failure by explicitely setting rootdirMichael Vogt
2011-11-17allow Dependency object to be iteratable, this allows to writeMichael Vogt
2011-10-21* python/apt_pkgmodule.cc:Michael Vogt
2011-10-21merged from the debian-sid branchMichael Vogt
2011-10-19releasing version 0.8.10.8.1Michael Vogt
2011-10-05* tests/test_apt_cache.py:Michael Vogt
2011-08-08tests/test_apt_cache.py: make the test work on PPA buildd chrootsMichael Vogt
2011-08-08* tests/test_apt_cache.py:Michael Vogt
2011-08-08fix tests by adding ariticial data for the test_apt_cache testMichael Vogt
2011-08-01test fixes with the latest aptMichael Vogt
2011-08-01test fixesMichael Vogt
2011-04-06tests/test_apt_cache.py: Use assertTrue() instead of assert_()Julian Andres Klode
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode
2011-04-05Change apt_pkg.Cache() so that passing None for 'progress' results inJulian Andres Klode
2011-04-04* tests/test_apt_cache.py:Julian Andres Klode
2010-12-13tests/test_apt_cache.py: fix testsMichael Vogt
2010-11-24* tests/test_apt_cache.py:Michael Vogt