From 760c644a1d9f55c91b74521b112958966e00ea31 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 22 Apr 2014 18:35:11 +0200 Subject: Import Von's tests, with cleanups. --- tests/TODO.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/TODO.txt (limited to 'tests/TODO.txt') diff --git a/tests/TODO.txt b/tests/TODO.txt new file mode 100644 index 0000000..6610044 --- /dev/null +++ b/tests/TODO.txt @@ -0,0 +1,30 @@ +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? -- cgit v1.2.3