70bc351f31
* tmp * mysql_query: new module * remove irrelevant changes from mysql.py * add autocommit keyarg to mysql_connect * add basic CI tests * tmp * fix CI tests * add CI tests * fix comment in CI tests * remove path_to_script option * refactoring * change tests formatting * add single_transaction param * fix sanity * add note * fix
6 lines
116 B
YAML
6 lines
116 B
YAML
root_user: root
|
|
db_name: data
|
|
test_db: testdb
|
|
test_table1: test1
|
|
test_table2: test2
|
|
test_script_path: /tmp/test.sql
|