Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-28 | tests/test_auth.py: update for gnupg 1.4.18 | Mauricio Faria de Oliveira | 1 | -1/+4 | |
The test 'test_add_key_from_server_mitm' needs updating for gnupg 1.4.18 which fail differently/earlier when 'fingerprints do not match' since commit 'Screen keyserver responses' (5230304349490f31aa64ee2b69a8a2bc06bf7816) With that change gnupg actually checks itself(!) if the key that the server send matches the key that the user asked for. Closes: #755342 | |||||
2014-03-22 | tests: Drop some more Python 2.6 cruft | Julian Andres Klode | 1 | -12/+0 | |
We do not support Python 2.6 anymore, so we can get rid of this. | |||||
2014-01-06 | tests: Remove checks for Python older than 2.7 | Julian Andres Klode | 1 | -8/+1 | |
This simplifies the test code a tiny bit. | |||||
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -3/+8 | |
2012-11-20 | tests/test_auth.py: Temporarily disable $http_proxy for the tests, as | Martin Pitt | 1 | -0/+11 | |
gnupg does not get along with proxies (LP #789049) | |||||
2012-11-20 | tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception | Martin Pitt | 1 | -1/+1 | |
if it does not match the expectation, so that this becomes possible to debug. | |||||
2012-11-19 | Try successive keyserver ports if 19191 is already in use. | Colin Watson | 1 | -3/+25 | |
2012-11-19 | * tests/test_auth.py: | Colin Watson | 1 | -6/+24 | |
- Discard stderr from gpg. | |||||
2012-10-12 | fix tests on python2.6 by using the python-unittest2 backport for "with ↵ | Michael Vogt | 1 | -1/+8 | |
self.assertRaises()" | |||||
2012-10-10 | cherry pick robustness fixes for keyid (allow leading 0x, allow lowercase) | Michael Vogt | 1 | -1/+2 | |
2012-10-01 | check fingerprint after downloading a key and before adding it | Michael Vogt | 1 | -0/+16 | |
2012-10-01 | support only downloading long keyids (160bit) in add_key_from_keyserver() | Michael Vogt | 1 | -1/+2 | |
2012-06-22 | * tests: | Julian Andres Klode | 1 | -1/+13 | |
- Fix new tests from Sebastian to work with Python 2.6 | |||||
2012-06-06 | Don't compare the headers in the export test | Sebastian Heinlein | 1 | -2/+5 | |
2012-06-06 | Add a fakeroot wrapper for apt-key | Sebastian Heinlein | 1 | -0/+2 | |
2012-06-06 | Create the config dir in the tests | Sebastian Heinlein | 1 | -0/+2 | |
2012-06-05 | pep8 fixes | Michael Vogt | 1 | -3/+3 | |
2012-06-01 | Remove importing of the library dir. This is handled by test_all | Sebastian Heinlein | 1 | -3/+0 | |
2012-06-01 | Python3 fixes and restore apt configuration afterwards | Sebastian Heinlein | 1 | -7/+16 | |
2012-06-01 | Add test cases | Sebastian Heinlein | 1 | -0/+210 | |