aries_cloudagent.messaging.connections.tests package

Submodules

aries_cloudagent.messaging.connections.tests.test_connection_record module

class aries_cloudagent.messaging.connections.tests.test_connection_record.TestConfig[source]

Bases: object

test_did = '55GkHamhTU1ZbTbV2ab9DE'
test_endpoint = 'http://localhost'
test_seed = 'testseed000000000000000000000001'
test_target_did = 'GbuDUYXaUZRfHD2jeDuQuP'
test_target_verkey = '9WCgWKUaAJj3VWxxtzvvMQN3AoFxoBtBDo9ntwJnVVCC'
test_verkey = '3Dn1SJNPaCXcvvJvSbsFWP2xaCjMom3can8CQNhWrTRx'
class aries_cloudagent.messaging.connections.tests.test_connection_record.TestConnectionRecord(*args, **kwargs)[source]

Bases: sphinx.ext.autodoc.importer._MockObject, aries_cloudagent.messaging.connections.tests.test_connection_record.TestConfig

setUp()[source]
test_active_is_ready()[source]
test_request_is_not_ready()[source]
test_response_is_ready()[source]
test_save_retrieve_compare()[source]

aries_cloudagent.messaging.connections.tests.test_diddoc module

Copyright 2017-2019 Government of Canada Public Services and Procurement Canada - buyandsell.gc.ca

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

class aries_cloudagent.messaging.connections.tests.test_diddoc.TestDIDDoc(*args, **kwargs)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

test_basic()[source]
test_canon_did()[source]
test_embedded_authkey()[source]
test_minimal()[source]
test_minimal_explicit()[source]
test_minimal_ids()[source]
test_missing_recipkey()[source]
test_no_ident()[source]
test_pubkey_type()[source]
test_reference_authkey()[source]
test_w3c_minimal()[source]