这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down