vext01 / passout

Simple password manager built on GnuPG.
4 stars 1 forks source link

Needs test suite. #5

Closed vext01 closed 9 years ago

vext01 commented 9 years ago

We need a test suite. A good start would be to have py.test generate a new gpg keypair in the test directory (use environment var?) and then call the `cmd_*' functions to test functionality.

vext01 commented 9 years ago

Started work on this in the tests branch.

vext01 commented 9 years ago

I have merged a basic test suite. Tests will be added.