mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 18:45:27 +00:00
.. | ||
__init__.py | ||
__main__.py | ||
clickhouse_connection.py | ||
fake_data.py | ||
mysql_connection.py | ||
README.md | ||
requirements.txt | ||
schema.py | ||
test_datatypes.py | ||
test_mysql_transactions.py |
This folder contains all the integration tests written using python.
Create virtual environment and install dependencies
pip install -r requirements.txt