Added simple shell script for run tests
This commit is contained in:
parent
312629238f
commit
c345430a47
1 changed files with 4 additions and 0 deletions
4
tests/test.sh
Normal file
4
tests/test.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
pytest --mysql_host=127.0.0.1 --mysql_user=root --mysql_password=password --mysql_type=pymysql
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue