Code formatted, Readme updated based on example

closes #695
This commit is contained in:
Andrei Burd
2016-02-14 21:12:21 +02:00
committed by Cameron Sparr
parent dd086c7830
commit 0b72612cd2
5 changed files with 47 additions and 14 deletions

View File

@@ -326,7 +326,7 @@ which would take some time to replicate.
To overcome this situation we've decided to use docker containers to provide a
fast and reproducible environment to test those services which require it.
For other situations
(i.e: https://github.com/influxdata/telegraf/blob/master/plugins/redis/redis_test.go)
(i.e: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/redis/redis_test.go)
a simple mock will suffice.
To execute Telegraf tests follow these simple steps: