summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-10-10cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase)Michael Vogt1-1/+2
2012-10-02merged from lp:~jamesodhunt/python-apt/test-for-size_to_str and tweaked a bitMichael Vogt2-22/+106
2012-10-02merge patch from Barry to fix #1030278Michael Vogt1-0/+22
2012-10-02tests/test_apt_pkg.py: New test, currently only forJames Hunt1-0/+111
2012-10-01check fingerprint after downloading a key and before adding itMichael Vogt1-0/+16
2012-10-01support only downloading long keyids (160bit) in add_key_from_keyserver()Michael Vogt1-1/+2
2012-09-03merged lp:~sampo555/python-apt/fix_1042916Michael Vogt1-0/+14
2012-08-31Enable disabled repository instead of adding a new entry if a duplicate disab...sampo5551-0/+14
2012-06-25* tests/fakeroot-apt-key:Julian Andres Klode1-1/+1
2012-06-22* tests:Julian Andres Klode2-3/+15
2012-06-15Merge patch from Colin Watson to handle non-UTF8 tag files inJulian Andres Klode1-1/+92
2012-06-12merged lp:~glatzor/python-apt/authMichael Vogt2-0/+225
2012-06-12tests/test_utils.py: fix absolute path in the testMichael Vogt1-3/+7
2012-06-11add test for utils.get_release_date_from_release_file and update code for mor...Michael Vogt2-1/+501
2012-06-06Don't compare the headers in the export testSebastian Heinlein1-2/+5
2012-06-06Add a fakeroot wrapper for apt-keySebastian Heinlein2-0/+4
2012-06-06Create the config dir in the testsSebastian Heinlein1-0/+2
2012-06-05pep8 fixesMichael Vogt1-3/+3
2012-06-01Remove importing of the library dir. This is handled by test_allSebastian Heinlein1-3/+0
2012-06-01Python3 fixes and restore apt configuration afterwardsSebastian Heinlein1-7/+16
2012-06-01Add test casesSebastian Heinlein1-0/+210
2012-04-18tests/test_lp659438.py: fix test for py3.2Michael Vogt1-1/+2
2012-04-18tests/test_lp659438.py: ensure apt_pkg.config is reset for later tests via wo...Michael Vogt1-0/+5
2012-04-17merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a slig...Michael Vogt1-0/+68
2012-04-17Add a regression testSebastian Heinlein1-0/+68
2012-04-16tests/test_policy.py: fix test to include priority of 1 tooMichael Vogt1-1/+1
2012-02-03* python/tag.cc, tests/test_tagfile.py:Michael Vogt1-15/+15
2012-02-03tests/test_tagfile.py: fix data loading when not in tests dirMichael Vogt1-2/+9
2012-02-03* tests/test_tagfile.py:Michael Vogt3-0/+50
2012-01-30GREEN: apt.Version has a "policy_priority" propertyMichael Vogt1-2/+9
2012-01-30RED: apt.Version should have "policy_priority" propertyMichael Vogt1-2/+8
2012-01-30GREEN: policy should suppors PkgVerFile nowMichael Vogt1-6/+7
2012-01-30RED: policy should support verfileMichael Vogt1-0/+31
2011-12-09tests/test_apt_cache.py: use intltool instead of libc6 as the later is not av...Michael Vogt1-2/+2
2011-12-08* tests/test_apt_cache.py:Michael Vogt1-0/+6
2011-12-08tests/test_apt_cache.py: change test to test for python3 instead of xterm to ...Michael Vogt1-2/+2
2011-12-08* lp:~mvo/python-apt/debfile-multiarch:Michael Vogt3-11/+57
2011-12-01merged from lp:~mvo/apt/mvoMichael Vogt3-6/+4
2011-12-01fix debfile binary test for py3Michael Vogt1-5/+0
2011-12-01py3 fixes/cleanMichael Vogt2-3/+2
2011-11-22tests/test_debfile.py: remove unneeded debug printMichael Vogt1-1/+1
2011-11-22tests/test_debfile.py: fix test on python2.6Michael Vogt1-2/+1
2011-11-22tests/test_apt_cache.py: fix test failure by explicitely setting rootdirMichael Vogt1-1/+1
2011-11-22tests/test_debfile.py: remove debug printMichael Vogt1-1/+1
2011-11-22tests/test_debfile.py: fix test after previous exception changeMichael Vogt1-1/+1
2011-11-22cleanup based on feedback from juliankMichael Vogt1-5/+7
2011-11-17allow Dependency object to be iteratable, this allows to writeMichael Vogt1-2/+2
2011-11-10fix build against apt in experimentalMichael Vogt1-1/+12
2011-10-21tests/test_debfile_multiarch.py: skip test if e.g. unvierse is not enabledMichael Vogt1-1/+5
2011-10-21make the tests passMichael Vogt1-3/+8