From 289fbe75c0a172bf69adabc2ffd48c3b5958d363 Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Thu, 14 Sep 2017 11:57:31 -0400 Subject: Unit test discovery Issue-ID: DCAEGEN2-74 Change-Id: Ibc676f118e9e85db306e38c3e40265d1b1d71ff0 Signed-off-by: Tommy Carpenter --- cdap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdap/README.md') 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. -- cgit 1.2.3-korg