clickhouse-sink-connector/doc/TESTING.md
2022-04-28 17:20:19 -04:00

471 B

Unit tests

The unit tests are added in the following directory. This is a work in progress. test

Integration tests.

Integration tests are added in the Integration test folder. The integration tests are written in python and uses the faker library to generate fake data.

Setup virtual environment and install requirements pip install -e requirements.txt