From bebec648ed51f8c25ab51aefbcc1e283c2634f47 Mon Sep 17 00:00:00 2001
From: Lucas Nussbaum <lucas.nussbaum@loria.fr>
Date: Tue, 1 Oct 2019 08:21:26 +0200
Subject: [PATCH] Improve documentation

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

diff --git a/README.md b/README.md
index c0117a7add7..caa38c3875f 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,12 @@ all tools that require to authenticate against Grid'5000 use credentials from ~/
  password: password
  version: stable
 ```
+
+# Some development information
+
+* Run rspec tests: `bundler exec rspec`
+    + This generates coverage information in the coverage/ directory
+* Explore the code using code-explorer: `bundle exec code-explorer`
+* Run mutation testing:
+    + A specific method: `bundler exec mutant --include lib --require refrepo --use rspec 'OarProperties#get_oar_properties_from_oar'`
+    + The whole OAR properties generator (takes a long time): `bundler exec mutant --include lib --require refrepo --use rspec 'OarProperties'`
-- 
GitLab