Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Collective Effects
mbtrack2
Wiki
How to commit and submit a merge request
Changes
Page history
New page
Templates
Clone repository
Update How to commit and submit a merge request
authored
9 months ago
by
Alexis GAMELIN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
How-to-commit-and-submit-a-merge-request.md
+1
-1
1 addition, 1 deletion
How-to-commit-and-submit-a-merge-request.md
with
1 addition
and
1 deletion
How-to-commit-and-submit-a-merge-request.md
View page @
c963d975
...
...
@@ -5,7 +5,7 @@ The develop branch accepts merge request with new features.
3.
Run formatters and test inside poetry:
*
`poetry env use python`
*
`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`
*
Check that the tests run without errors:
`poetry run pytest`
4.
If all tests run successfully:
...
...
This diff is collapsed.
Click to expand it.