From e46c5866c9cb6def8898563e59d180ea80bb7743 Mon Sep 17 00:00:00 2001 From: Boris van Katwijk Date: Sat, 15 Sep 2018 18:06:46 +0200 Subject: [PATCH] Update docs about local tests --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2abb3b5fef..fd3b9fc15c 100644 --- a/README.md +++ b/README.md @@ -1065,16 +1065,7 @@ When you start your nginx proxy in a docker container too, use as `proxy_pass` t # Tests : setup on local machine [:arrow_heading_up:](#api-overview) - -Login to mysql shell - -``` -mysql> create database classicmodels -mysql> use classicmodels -mysql> source path_to/xmysql/tests/sample.sql ``` - -``` -$ mocha tests/*.js --exit +docker-compose run test ``` - +* Requires `docker-compose` to be installed on your machine.