mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +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
|
|
```
|