mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 10:35:21 +00:00
12 lines
471 B
Markdown
12 lines
471 B
Markdown
# Unit tests
|
|
The unit tests are added in the following directory. This is a work in progress.
|
|
[test](../src/test/com/altinity/clickhouse/sink/connector)
|
|
|
|
# Integration tests.
|
|
Integration tests are added in the [Integration test](../tests) folder.
|
|
The integration tests are written in python and uses the [faker](https://faker.readthedocs.io/en/master/) library to generate fake data.
|
|
|
|
Setup virtual environment and install requirements
|
|
`pip install -e requirements.txt`
|
|
|