diff --git a/Testing.md b/Testing.md index 88396ff..c2f7db3 100644 --- a/Testing.md +++ b/Testing.md @@ -1,7 +1,7 @@ -If you want to test your updates with the current golang testing units, you can follow the guide below to run a full test process. Each test for Statup will run in MySQL, Postgres, and SQlite to make sure all database types work correctly +If you want to test your updates with the current golang testing units, you can follow the guide below to run a full test process. Each test for Statup will run in MySQL, Postgres, and SQlite to make sure all database types work correctly. ## Create Docker Databases -The easiest way to run the tests on all 3 databases is by starting temporary databases servers with Docker. +The easiest way to run the tests on all 3 databases is by starting temporary databases servers with Docker. Docker is available for Linux, Mac and Windows. You can download/install it by going to the [Docker Installation](https://docs.docker.com/install/) site. ```go docker run -it -d \