Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tmp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Guilhem Saurel
tmp
Commits
4d32cc2f
Commit
4d32cc2f
authored
1 year ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
test the tests
parent
5b765f39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#33223
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
my_lib.py
+1
-1
1 addition, 1 deletion
my_lib.py
with
1 addition
and
1 deletion
my_lib.py
+
1
−
1
View file @
4d32cc2f
def
my_add
(
a
:
int
,
b
:
int
)
->
int
:
"""
Performs addition on integers.
>>>
my_add
(
3
,
4
)
>>>
my_add
(
4
,
4
)
7
"""
return
a
+
b
This diff is collapsed.
Click to expand it.
Guilhem Saurel
@gsaurel
mentioned in commit
53035030
·
1 year ago
mentioned in commit
53035030
mentioned in commit 5303503093eda0ec36d18a14e4b01de26f300fb9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment