summaryrefslogtreecommitdiff
path: root/tests/TODO.txt
blob: 0c6b71a8bacbc7f28907251252bb8d627f68504a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
René 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-30Beautified some dialogsRené 'Necoro' Neumann1-6/+8 2008-06-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1 2008-06-26Removed '__find_resolved_unresolved' as it is quite useless.René 'Necoro' Neumann3-53/+29 2008-06-26Added very basic set queryingRené 'Necoro' Neumann3-0/+27 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63