diff --git a/README.md b/README.md index c0117a7add77edb26f8af4aee38cb87ac594bb11..caa38c3875f6eff57b66394fa7128aa9347fc4b6 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'`