Mention submodule dependency

Mention that the integration tests will not work unless you manually initialize and update submodules
This commit is contained in:
Arne Kepp 2017-04-15 16:57:05 +02:00 committed by GitHub
parent 7753d59d72
commit ffa228d957
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ The development workflow is the following:
- Fork project and clone your fork
- Create a branch using `git checkout -b branch_name` (you can use `issue-xxx` if fixing an existing issue)
- Run `git submodule init` and `git submodule update` to get the BATS submodules
- Code :-)
- Add integration tests in `test/tests.bats`
- Use `make` to build image locally and run tests