TRIVIAL add note about coverage

This commit is contained in:
Itai Shirav 2017-02-07 12:21:16 +02:00
parent 6c4640bb24
commit a73a69ef52

View File

@ -328,3 +328,7 @@ After cloning the project, run the following commands::
To run the tests, ensure that the ClickHouse server is running on http://localhost:8123/ (this is the default), and run::
bin/nosetests
To see test coverage information run::
bin/nosetests --with-coverage --cover-package=infi.clickhouse_orm