clickhouse-sink-connector/tests
2022-04-27 13:58:27 -04:00
..
__init__.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
__main__.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
clickhouse_connection.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
fake_data.py Added test case in python to test out of range date ranges. 2022-04-27 13:58:27 -04:00
mysql_connection.py Added logic to insert fake data to mysql using Faker library. 2022-04-22 16:55:02 -04:00
README.md Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
requirements.txt Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
schema.py Added python test framework to setup mysql connection. 2022-04-21 16:50:17 -04:00
test_datatypes.py Added test case in python to test out of range date ranges. 2022-04-27 13:58:27 -04:00

This folder contains all the integration tests written using python.

Create virtual environment and install dependencies pip install -r requirements.txt