From 0bc6c6ec6576bac52b7991a45b7609664c4fd8af Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 28 Jan 2020 16:50:58 +0100 Subject: [PATCH] Docs: Updated readme to include dev info on testing. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 81f30ce..861abb8 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,16 @@ So, we decided to rewrite Goblin from scratch... - *Asynchronous Python driver* for the Gremlin Server - now provided by [aiogremlin](http://aiogremlin.readthedocs.io/en/latest/) - Async `Graph` implementation that produces *native Python GLV traversals* - now provided by [aiogremlin](http://aiogremlin.readthedocs.io/en/latest/) + +## Developers + +### Testing + +In order to perform tests identical in nature to the integration tests we run then simply ensure you gave gitlab-runner installed then run the following command. + +```bash +gitlab-runner exec docker test +``` + +Keep in mind this will run the tests on your local copy of the master branch so any changes not committed locally will be missed when testing. + -- GitLab