aboutsummaryrefslogtreecommitdiff
path: root/test/setup.sh
AgeCommit message (Collapse)Author
2020-09-12Add support for quiet output of otp code commandMartin Kletzander
When using this option the output of `pass otp -q ...` is predictable and can be further used without parsing even when the password store is a repository as well. This is useful, for example, when using rofi-pass. The patch is written in a way that other commands can optionally use the quiet option for otp_insert as well.
2018-03-07Modified setup.sh to pass lintLucid One
2018-03-07Check that testing prerequisites are installedLucid One
2017-03-20Use expect for interactive testsTad Fisher
2017-03-18Add cmd_insert_uri; refactor testsTad Fisher
2017-03-16Fix buildTad Fisher
2017-03-16Add test harness and basic insert testTad Fisher