Merge pull request #4342 from AubreyHewes/pr/contrib-testing-docs

point to current testing docs
This commit is contained in:
Jose Diaz-Gonzalez
2021-01-18 17:24:29 -05:00
committed by GitHub

View File

@@ -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