From b6920d1980c40cd367486fe46597a62ff916a06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Tue, 7 Mar 2023 13:58:08 +0100 Subject: [PATCH] Fix link URI Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 5c541b9..9aad0f5 100644 --- a/TESTING.md +++ b/TESTING.md @@ -75,7 +75,7 @@ python run_all_tests.py ### Add a new Python, Connector or Database version 1. Add a workflow in [.github/workflows/](.github/workflows) -1. Add a new folder in *test-containers* containing a new Dockerfile. Your container must contains 3 things: +1. Add a new folder in [test-containers](test-containers) containing a new Dockerfile. Your container must contains 3 things: - The python interpreter - The python package to connect to the database (pymysql, mysqlclient, ...) - A mysql client to query the database before to prepare tests before our tests starts. This client must provide both `mysql` and `mysqldump` commands.