4 lines
107 B
Bash
4 lines
107 B
Bash
#!/bin/sh
|
|
|
|
pytest --mysql_host=127.0.0.1 --mysql_user=root --mysql_password=password --mysql_type=pymysql
|
|
|