From e2184a6f121e9bbeb1be492d564d4d0359ed05ad Mon Sep 17 00:00:00 2001 From: Aubrey Hewes Date: Mon, 18 Jan 2021 23:18:03 +0100 Subject: [PATCH 1/2] docs(testing): point to current testing docs --- CONTRIBUTING.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82392460b..880809c13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,21 +127,9 @@ requests: - backwards incompatible change (minor) - major feature (minor) -### Test cases and codesniffs +### Tests and testing -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 documentation](http://dokku.viewdocs.io/dokku/development/testing/) # Additional Resources From 62424633fc5bd31b6d5317b58f3a177c3999e255 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 18 Jan 2021 17:24:13 -0500 Subject: [PATCH 2/2] docs: clarify test running doc a bit more We should always point at the site, not the internal docs. [ci skip] --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 880809c13..435ee675e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,9 +127,10 @@ requests: - backwards incompatible change (minor) - major feature (minor) -### Tests and testing +### Running tests locally -Please read the [testing documentation](http://dokku.viewdocs.io/dokku/development/testing/) +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