index
:
python-apt
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-21
fix py3 issue with auto .gz decompression and add test
Michael Vogt
2
-0
/
+5
2015-06-16
tests/test_paths.py: Add an 'always' warning filter, so it is reliable
Julian Andres Klode
1
-2
/
+6
2015-06-16
tests/test_paths.py: Fix indentation
Julian Andres Klode
1
-4
/
+4
2015-06-16
tests/test_paths.py: Catch and assert the DeprecationWarning
Julian Andres Klode
1
-4
/
+10
2015-06-11
tests/test_large_file.py: make pep8 happy
Julian Andres Klode
1
-1
/
+2
2015-06-11
python/tarfile.cc: LFS: Handle too large file
Julian Andres Klode
2
-0
/
+22
2015-06-10
apt.debfile: Fix splitting of multi-lines Binary fields in dsc files
Julian Andres Klode
2
-3
/
+4
2015-05-22
rename "md5" keyword argument in AcquireFile() to "hash" and add backward com...
Michael Vogt
1
-0
/
+14
2015-05-15
tests/test_tagfile.py: Close files we opened to prevent leakage
Julian Andres Klode
1
-4
/
+4
2014-11-07
apt/debfile.py: use apt_pkg.open_maybe_clear_signed_file() when opening a .ds...
Michael Vogt
1
-2
/
+2
2014-11-06
Add binding for apt_pkg.maybe_open_clear_signed_file()
Michael Vogt
1
-0
/
+23
2014-11-06
add apt_pkg.sha512sum()
Michael Vogt
1
-0
/
+25
2014-09-03
read all tags from a dsc file and improve tests
Michael Vogt
1
-7
/
+21
2014-09-03
add support for apt.debfile.DscSrcPackage.filelist
Michael Vogt
1
-0
/
+4
2014-09-02
Stop reading after the "Format" stanza in a .dsc file
Michael Vogt
1
-0
/
+1
2014-08-28
tests/test_auth.py: update for gnupg 1.4.18
Mauricio Faria de Oliveira
1
-1
/
+4
2014-08-28
tests/test_pep8.py: --ignore E129 too (fix FTBFS with pep8 >= 1.5)
Mauricio Faria de Oliveira
1
-1
/
+3
2014-07-04
fix another pep8 failure
Michael Vogt
1
-1
/
+1
2014-06-30
make pep8 happy (again)
Michael Vogt
3
-21
/
+22
2014-06-10
Revert "Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid"
Michael Vogt
1
-24
/
+0
2014-06-10
Merge remote-tracking branch 'mvo/feature/srcrec-enum' into debian/sid
Michael Vogt
1
-0
/
+24
2014-03-22
tests: Drop some more Python 2.6 cruft
Julian Andres Klode
2
-19
/
+1
2014-03-17
Support all compressors for data.tar/control.tar (Closes: #718330)
Julian Andres Klode
4
-4
/
+10
2014-02-22
tests/test_policy.py: Fix comment to conform to PEP8
Julian Andres Klode
1
-2
/
+2
2014-02-22
tests/data/aptsources/sources.list.testDistribution: Add tanglu
Julian Andres Klode
1
-0
/
+1
2014-02-22
tests/test_policy.py: Disable, uses system state (FTBFS on ppc64)
Julian Andres Klode
1
-0
/
+2
2014-01-25
tests/test_deps.py: test_dstr cleanup and fixes
Julian Andres Klode
1
-22
/
+13
2014-01-23
tests/test_aptsources.py: Fix regression in d95a8f2
Julian Andres Klode
1
-1
/
+1
2014-01-07
tests: Add back test_hashsums from old and update
Julian Andres Klode
3
-24
/
+27
2014-01-06
tests/test_deps.py: Remove an invalid blank line
Julian Andres Klode
1
-1
/
+0
2014-01-06
apt/package.py: Fix BaseDependency.__dstr.__ne__()
Julian Andres Klode
1
-0
/
+28
2014-01-06
tests: Remove checks for Python older than 2.7
Julian Andres Klode
3
-24
/
+5
2014-01-06
Drop support for Python 2.6
Julian Andres Klode
1
-9
/
+2
2014-01-06
Style fix: Do not use "is True" / "is False"
Julian Andres Klode
1
-2
/
+2
2014-01-05
make test_pep8.py pass
Michael Vogt
24
-150
/
+176
2014-01-05
make pyflakes clean
Michael Vogt
9
-21
/
+5
2014-01-05
add pyflakes test
Michael Vogt
1
-0
/
+41
2014-01-05
make pep8 test part of the unittests
Michael Vogt
1
-0
/
+27
2013-10-21
tests/old/*.py: Update to new API as well
Julian Andres Klode
11
-110
/
+110
2013-10-21
aptsources: Correctly parse multiple options (LP: #1103200)
Julian Andres Klode
2
-2
/
+20
2013-10-21
apt/debfile.py: Pass strip_multi_arch=False to parse_depends.
Julian Andres Klode
4
-0
/
+56
2013-10-14
tests/test_path.py: Use "Dir" option instead of "RootDir", and reset in tearDown
Julian Andres Klode
1
-3
/
+3
2013-10-14
Add tests for (all except one) functions accepting paths
Julian Andres Klode
1
-0
/
+106
2013-10-14
python/indexrecords.cc: IndexRecords.load() needs to accept bytes as well
Julian Andres Klode
1
-0
/
+29
2013-10-10
tests: Do not set dir::etc::sourceparts to /tmp
Julian Andres Klode
2
-2
/
+4
2013-06-06
add support for "key in apt.debfile.DebPackage" (closes: #710541)
Michael Vogt
1
-0
/
+4
2013-03-13
python2.6 compat fixes
Michael Vogt
1
-1
/
+8
2012-11-20
tests/test_auth.py: Temporarily disable $http_proxy for the tests, as
Martin Pitt
1
-0
/
+11
2012-11-20
tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception
Martin Pitt
1
-1
/
+1
2012-11-20
tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with
Martin Pitt
4
-4
/
+12
[next]