summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-06-21fix py3 issue with auto .gz decompression and add testMichael Vogt2-0/+5
2015-06-16tests/test_paths.py: Add an 'always' warning filter, so it is reliableJulian Andres Klode1-2/+6
2015-06-16tests/test_paths.py: Fix indentationJulian Andres Klode1-4/+4
2015-06-16tests/test_paths.py: Catch and assert the DeprecationWarningJulian Andres Klode1-4/+10
2015-06-11tests/test_large_file.py: make pep8 happyJulian Andres Klode1-1/+2
2015-06-11python/tarfile.cc: LFS: Handle too large fileJulian Andres Klode2-0/+22
2015-06-10apt.debfile: Fix splitting of multi-lines Binary fields in dsc filesJulian Andres Klode2-3/+4
2015-05-22rename "md5" keyword argument in AcquireFile() to "hash" and add backward com...Michael Vogt1-0/+14
2015-05-15tests/test_tagfile.py: Close files we opened to prevent leakageJulian Andres Klode1-4/+4
2014-11-07apt/debfile.py: use apt_pkg.open_maybe_clear_signed_file() when opening a .ds...Michael Vogt1-2/+2
2014-11-06Add binding for apt_pkg.maybe_open_clear_signed_file()Michael Vogt1-0/+23
2014-11-06add apt_pkg.sha512sum()Michael Vogt1-0/+25
2014-09-03read all tags from a dsc file and improve testsMichael Vogt1-7/+21
2014-09-03add support for apt.debfile.DscSrcPackage.filelistMichael Vogt1-0/+4
2014-09-02Stop reading after the "Format" stanza in a .dsc fileMichael Vogt1-0/+1
2014-08-28tests/test_auth.py: update for gnupg 1.4.18Mauricio Faria de Oliveira1-1/+4
2014-08-28tests/test_pep8.py: --ignore E129 too (fix FTBFS with pep8 >= 1.5)Mauricio Faria de Oliveira1-1/+3
2014-07-04fix another pep8 failureMichael Vogt1-1/+1
2014-06-30make pep8 happy (again)Michael Vogt3-21/+22
2014-06-10Revert "Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid"Michael Vogt1-24/+0
2014-06-10Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sidMichael Vogt1-0/+24
2014-03-22tests: Drop some more Python 2.6 cruftJulian Andres Klode2-19/+1
2014-03-17Support all compressors for data.tar/control.tar (Closes: #718330)Julian Andres Klode4-4/+10
2014-02-22tests/test_policy.py: Fix comment to conform to PEP8Julian Andres Klode1-2/+2
2014-02-22tests/data/aptsources/sources.list.testDistribution: Add tangluJulian Andres Klode1-0/+1
2014-02-22tests/test_policy.py: Disable, uses system state (FTBFS on ppc64)Julian Andres Klode1-0/+2
2014-01-25tests/test_deps.py: test_dstr cleanup and fixesJulian Andres Klode1-22/+13
2014-01-23tests/test_aptsources.py: Fix regression in d95a8f2Julian Andres Klode1-1/+1
2014-01-07tests: Add back test_hashsums from old and updateJulian Andres Klode3-24/+27
2014-01-06tests/test_deps.py: Remove an invalid blank lineJulian Andres Klode1-1/+0
2014-01-06apt/package.py: Fix BaseDependency.__dstr.__ne__()Julian Andres Klode1-0/+28
2014-01-06tests: Remove checks for Python older than 2.7Julian Andres Klode3-24/+5
2014-01-06Drop support for Python 2.6Julian Andres Klode1-9/+2
2014-01-06Style fix: Do not use "is True" / "is False"Julian Andres Klode1-2/+2
2014-01-05make test_pep8.py passMichael Vogt24-150/+176
2014-01-05make pyflakes cleanMichael Vogt9-21/+5
2014-01-05add pyflakes testMichael Vogt1-0/+41
2014-01-05make pep8 test part of the unittestsMichael Vogt1-0/+27
2013-10-21tests/old/*.py: Update to new API as wellJulian Andres Klode11-110/+110
2013-10-21aptsources: Correctly parse multiple options (LP: #1103200)Julian Andres Klode2-2/+20
2013-10-21apt/debfile.py: Pass strip_multi_arch=False to parse_depends.Julian Andres Klode4-0/+56
2013-10-14tests/test_path.py: Use "Dir" option instead of "RootDir", and reset in tearDownJulian Andres Klode1-3/+3
2013-10-14Add tests for (all except one) functions accepting pathsJulian Andres Klode1-0/+106
2013-10-14python/indexrecords.cc: IndexRecords.load() needs to accept bytes as wellJulian Andres Klode1-0/+29
2013-10-10tests: Do not set dir::etc::sourceparts to /tmpJulian Andres Klode2-2/+4
2013-06-06add support for "key in apt.debfile.DebPackage" (closes: #710541)Michael Vogt1-0/+4
2013-03-13python2.6 compat fixesMichael Vogt1-1/+8
2012-11-20tests/test_auth.py: Temporarily disable $http_proxy for the tests, asMartin Pitt1-0/+11
2012-11-20tests/test_auth.py: In test_add_key_from_server_mitm(), show the exceptionMartin Pitt1-1/+1
2012-11-20tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that withMartin Pitt4-4/+12