From 59a961cc55024a5c5eeff4598e5f34949d5f4c4a Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 22 Jul 2018 00:25:34 -0700 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \