Updated Testing (markdown)

master
Hunter Long 2018-07-22 00:25:34 -07:00
parent ae6cec6d1d
commit 59a961cc55
1 changed files with 2 additions and 2 deletions

@ -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 ## 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 ```go
docker run -it -d \ docker run -it -d \