From c345430a478bbe837dcb80ccfd53bbe8abcfe516 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 8 Jun 2024 20:08:52 +0200 Subject: [PATCH] Added simple shell script for run tests --- tests/test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test.sh 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 +