mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-02-16 16:30:34 +03:00
TRIVIAL add note about coverage
This commit is contained in:
parent
6c4640bb24
commit
a73a69ef52
|
@ -327,4 +327,8 @@ 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::
|
To run the tests, ensure that the ClickHouse server is running on http://localhost:8123/ (this is the default), and run::
|
||||||
|
|
||||||
bin/nosetests
|
bin/nosetests
|
||||||
|
|
||||||
|
To see test coverage information run::
|
||||||
|
|
||||||
|
bin/nosetests --with-coverage --cover-package=infi.clickhouse_orm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user