From 2799c9de72671cc2098124488724a1751d912854 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 28 Jan 2020 12:17:44 +0100
Subject: [PATCH] Docs: Updated note for developers in readme.

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 3702283..9426218 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,15 @@ vertices = loop.run_until_complete(go(loop))
 print(vertices)
 # [v[1], v[2], v[3], v[4], v[5], v[6]]
 ```
+
+## 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