decentralized-identity / keripy

Python Implementation of the KERI Core Libraries
Apache License 2.0
28 stars 10 forks source link

Feature/use keeping.manager in test direct mode tests #110

Closed ntelfer closed 3 years ago

ntelfer commented 3 years ago

Refactored the test_direct_mode test so it uses the Manager class now. I also added some more validation code to Manager.sign since I misused it the first time and it broke. The new validation code will help users more quickly identify what they did wrong.