# 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`