aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 04bc382..39c740b 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,7 @@ X's configuration:
}
```
-# Tests
-Run:
+# Tests And Test Coverage
```
-set -x CONSUL_HOST "your_consul_dns_name.somedomain.com"; set -x HOSTNAME "config_binding_service"
-cd tests/
-pytest
+tox -c tox-local.ini
```
-
-