diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-24 02:17:17 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-24 02:17:17 +0200 |
commit | 355c0d92f1fd57ddaca92b6a291ca73fe57e693b (patch) | |
tree | bbf8b4c91ad89a5d4c9ea9c6ffb2da79b53d75a5 /tests | |
parent | 4b534552b6e0002e4d26256606ae3e28aa15180a (diff) | |
download | pass-355c0d92f1fd57ddaca92b6a291ca73fe57e693b.tar.gz pass-355c0d92f1fd57ddaca92b6a291ca73fe57e693b.tar.bz2 pass-355c0d92f1fd57ddaca92b6a291ca73fe57e693b.zip |
tests: todo update
Diffstat (limited to '')
-rw-r--r-- | tests/TODO.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/TODO.txt b/tests/TODO.txt index 0c6b71a..10c5d2b 100644 --- a/tests/TODO.txt +++ b/tests/TODO.txt @@ -1,33 +1,8 @@ -Harness: - - * Generate new gpg key programatically - - -Tests to add: - - * pass mv [directory to file] - * pass mv [file to directory] - * pass mv [file to file] - * pass mv [directory to directory] - * pass mv [X to new directory (by having the argument end in "/")] - * pass mv [X to existing directory] * pass cp [all the above] - * pass [all the above, but reencrypting when source and destination have different .gpg-id settings] - * pass init [reencryption with different key] - * pass grep - * pass find - * pass rm - * pass init -p [plus reencryption with different key] * pass insert, pass ls - * pass insert, pass show * pass insert [with -e, with -m, without either] * pass insert, cp, mv, rm, generate [with -f, without -f, on existing] * pass generate [with -n vs without -n] - * pass edit [using shm vs not using shm] - * pass git init * git operations on all commands * Are empty folders pruned for rm, cp, mv, init (when "" is the argument) [with git, and without git] * Are git commits happening as planned? Are they being signed when signing is enabled? - * reencryption on pass init, pass mv, and pass cp - * reencryption with team pass - * reencryption with gpg groups in gpg.conf |