Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bebec648 authored by Lucas Nussbaum's avatar Lucas Nussbaum Committed by Jonathan Pastor
Browse files

Improve documentation

parent 66c0b5e5
No related branches found
No related tags found
1 merge request!6WIP: Features/oar gpus
......@@ -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'`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment