summaryrefslogtreecommitdiff
path: root/tests/utilities.py
Commit message (Collapse)AuthorAge
* tests/utilities: Allow uid to be passed to make_uidDylan Baker2017-07-24
|
* tests/utilities: have make_key rely on make_uidDylan Baker2017-07-24
|
* tests: move shared helpers out of crypto module into common moduleDylan Baker2017-07-24
|
* tests/crypto: Add tests for the crypto moduleDylan Baker2017-07-15
| | | | | | This covers mosts of the functions in the crypto module, but doesn't bother with the hash_key function, which is slated for deletion in the port to python-gpg. It also doesn't cover re-raising errors.
* tests: Add a module with some extra utility helpersDylan Baker2017-07-11
This module currently only contains a class that adds a class level addCleanup function (called addClassCleanup).