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 3577c165ec Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files.
Also added a test case for this feature.
Other changes:
1. refactored `Makefile` to have `.PHONY` marks
2. added install target to the `Makefile`, now one can run `make install` (with optional `$PREFIX` variable)
3. updated docs for `git-secret.7`, `git-secret-add.1`
4. refactored some commands to `shift` arguments
5. added a test case to the 'other-file-extension' situation
5. added `.github` folder to store templates

Closed #18
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. 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 fixes after makefile crash 9 years ago
test_reveal.bats Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled. 9 years ago
test_reveal_filename.bats Added `-i` flag to the `git-secret-add` command, which now auto-ignores unignored files. 8 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