Update How to commit and submit a merge request authored by Alexis GAMELIN's avatar Alexis GAMELIN
...@@ -5,7 +5,7 @@ The develop branch accepts merge request with new features. ...@@ -5,7 +5,7 @@ The develop branch accepts merge request with new features.
3. Run formatters and test inside poetry: 3. Run formatters and test inside poetry:
* `poetry env use python` * `poetry env use python`
* `poetry install` * `poetry install`
* Run the isort formatter: `poetry run isort .` * Run the isort formatter: `poetry run isort mbtrack2`
* Run the yapf formatter: `poetry run yapf -ir mbtrack2` * Run the yapf formatter: `poetry run yapf -ir mbtrack2`
* Check that the tests run without errors: `poetry run pytest` * Check that the tests run without errors: `poetry run pytest`
4. If all tests run successfully: 4. If all tests run successfully:
... ...
......