mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
14 lines
174 B
Markdown
14 lines
174 B
Markdown
# Automatic tests for external dictionaries
|
|
|
|
## Prerequisites:
|
|
|
|
```
|
|
sudo apt install python-lxml python-termcolor
|
|
```
|
|
|
|
## Example
|
|
|
|
```
|
|
MYSQL_OPTIONS=--user=root ./run.sh
|
|
```
|