diff --git a/tests/test.sh b/tests/test.sh new file mode 100644 index 0000000..890ee43 --- /dev/null +++ b/tests/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +pytest --mysql_host=127.0.0.1 --mysql_user=root --mysql_password=password --mysql_type=pymysql +