mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-26 10:43:44 +03:00
21 lines
498 B
Markdown
21 lines
498 B
Markdown
Contributing
|
|
============
|
|
|
|
After cloning the project, run the following commands:
|
|
|
|
easy_install -U infi.projector
|
|
cd infi.clickhouse_orm
|
|
projector devenv build
|
|
|
|
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
|
|
|
|
|
|
---
|
|
|
|
[<< System Models](system_models.md) | [Table of Contents](toc.md) |