1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 16:47:19 +08:00

Add very basic test suite with bats and shellmock (#100)

* Add bats
* Write commits tests
* Add Workflow
* Add .gitignore
* Update Test Suite
* Disable test
* Disable failing test for now
This commit is contained in:
Stefan Zweifel
2020-09-13 14:07:14 +02:00
committed by GitHub
parent 09aaf2d8fa
commit 9e4e2e76fa
6 changed files with 171 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
tests/test_repo
tests/tmpstubs
tests/shellmock.*