summaryrefslogtreecommitdiffstats
path: root/cdap/README.md
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-09-14 11:57:31 -0400
committerTommy Carpenter <tommy@research.att.com>2017-09-14 12:41:32 -0400
commit289fbe75c0a172bf69adabc2ffd48c3b5958d363 (patch)
treed3a2e8850cc8125bf576fbc1bd6e7a7596b70bb1 /cdap/README.md
parent9d0a254d0bcd6e966c47f2656527274ab1787d97 (diff)
Unit test discovery
Issue-ID: DCAEGEN2-74 Change-Id: Ibc676f118e9e85db306e38c3e40265d1b1d71ff0 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'cdap/README.md')
-rw-r--r--cdap/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdap/README.md b/cdap/README.md
index 7aa357b..89481e3 100644
--- a/cdap/README.md
+++ b/cdap/README.md
@@ -175,4 +175,4 @@ The above (without having defined streams) will lead to:
Note that the value is always a list of IP:Ports because there could be multiple identical services that satisfy the client (A in this case). This is client side load balancing.
# Tests
-To run the tests, you need `tox`. You can get it with `pip install tox`. After that, simply run `tox` from inside the `cdapplugin` directory to run the tests.
+To run the tests, you need `tox`. You can get it with `pip install tox`. After that, simply run `tox -c tox-local.ini` from inside the `cdapplugin` directory to run the tests and generate a coverage report.