diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 729fca1f3..39320ff4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,21 +127,10 @@ requests: - backwards incompatible change (minor) - major feature (minor) -### Test cases and codesniffs +### Running tests locally -Dokku tests require [bats](https://github.com/sstephenson/bats). -To run the test cases locally use the following command: - - make ci-dependencies - make unit-tests deploy-tests - -To run the shellcheck sniffs for Dokku coding standards: - - make ci-dependencies - make lint - -The [testing docs](http://dokku.viewdocs.io/dokku/development/testing/) -contains installation info for bats and shellcheck. +Please read the [testing docs](http://dokku.viewdocs.io/dokku/development/testing/), +which contains test setup information as well as tips for running tests. # Additional Resources