Changes
Page history
Update How to commit and submit a merge request
authored
May 15, 2025
by
Alexis GAMELIN
Show whitespace changes
Inline
Side-by-side
How-to-commit-and-submit-a-merge-request.md
View page @
b4f5f6f3
...
...
@@ -6,7 +6,9 @@ The develop branch accepts merge request with new features.
*
`poetry env use python`
*
`poetry install`
*
Run the isort formatter:
`poetry run isort mbtrack2`
*
Run the isort formatter:
`poetry run isort tests`
*
Run the yapf formatter:
`poetry run yapf -ir mbtrack2`
*
Run the yapf formatter:
`poetry run yapf -ir tests`
*
Check that the tests run without errors:
`poetry run pytest`
4.
If all tests run successfully:
*
Commit changes with a commit message
...
...
...
...