From b3fff337a3218e9e038e1dbce4dd9b9ccd69984c Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 22 Jul 2018 00:23:23 -0700 Subject: [PATCH] Updated Testing (markdown) --- Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing.md b/Testing.md index 9dd2fdd..bfecad1 100644 --- a/Testing.md +++ b/Testing.md @@ -17,7 +17,7 @@ docker run -it -d -p 5432:5432 \ -env POSTGRES_DB=root postgres ``` -Once you have MySQL and Postgres running, you can begin the testing. SQLite database will create a `statup.db` file and will delete after testing. +Once you have MySQL and Postgres running, you can begin the testing. SQLite database will automatically create a `statup.db` file and will delete after testing. ## Run Tests Insert the database environment variables to auto connect the the databases and run `go test -v`. You'll see a verbose output of each test. If all tests pass, make a push request! 💃