Merge lp://staging/~lifeless/python-gpgfixtures/extraction into lp://staging/python-gpgfixtures
Proposed by
Robert Collins
Status: | Merged |
---|---|
Approved by: | William Grant |
Approved revision: | 10 |
Merged at revision: | 10 |
Proposed branch: | lp://staging/~lifeless/python-gpgfixtures/extraction |
Merge into: | lp://staging/python-gpgfixtures |
Diff against target: |
323 lines (+249/-2) 7 files modified
gpgfixtures/__init__.py (+2/-0) gpgfixtures/keyserver.py (+5/-2) gpgfixtures/keyserver_fixture.py (+101/-0) gpgfixtures/sample_data.py (+53/-0) gpgfixtures/tests/__init__.py (+1/-0) gpgfixtures/tests/test_keyserver.py (+1/-0) gpgfixtures/tests/test_keyserver_fixture.py (+86/-0) |
To merge this branch: | bzr merge lp://staging/~lifeless/python-gpgfixtures/extraction |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+75137@code.staging.launchpad.net |
Description of the change
Add in a client side fixture for driving the test keyserver. Normally the test keyserver would be a separate package, but this case is moderately exceptional as the server isn't an LP one - its a standard protocol and we just need a test variant.
To post a comment you must log in.