You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/tests
sobolevn b5bdec9673 Added `git-secret-changes` and changed the way `decryption` worked.
Now there's a separate function `_decrypt` which handles `gpg`-decryption.
It is convinient, since both `changes` and `reveal` use it.

Also I have updated manuals to match new features. Also new `brew` repo is now officialy supported.
Added tests for the `changes` command.
8 years ago
..
fixtures/gpg somehow git repo fucked up 9 years ago
_test_base.bash Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled. 9 years ago
test_add.bats Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 9 years ago
test_changes.bats Added `git-secret-changes` and changed the way `decryption` worked. 8 years ago
test_hide.bats fixes after makefile crash 9 years ago
test_init.bats fixes after makefile crash 9 years ago
test_killperson.bats fixes after makefile crash 9 years ago
test_list.bats fixes after makefile crash 9 years ago
test_main.bats fixed .deb package creation 9 years ago
test_remove.bats There was a bug with `sed` command, when trying to `remove` filename with slashes. 8 years ago
test_reveal.bats Added '-f' option to the `reveal` command. 8 years ago
test_reveal_filename.bats Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 9 years ago
test_tell.bats fixes after makefile crash 9 years ago
test_usage.bats fixes after makefile crash 9 years ago
test_whoknows.bats fixes after makefile crash 9 years ago