summaryrefslogtreecommitdiff
path: root/service/test/unit/resources/test_keys_resources.py
AgeCommit message (Collapse)Author
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2016-01-18Refactory KeyResource to get services from sessionFolker Bernitt
- Issue #576 - Only first step (other services not changed yet) - Faked session access for now
2015-08-11[tests] mock update to reflect deferreds returnedVictor Shyba
Calls to get_key now returns deferreds, so mocks need to do the same. Also, underlying call changed. -- Issue #422
2015-08-11Fixed unit tests.Folker Bernitt
2015-06-11Removing lost importsVictor Shyba
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Making sure that no private key can be retrieved by the KeysResourceDuda Dornelles