Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assr-mi3-go-project
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
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
Due to inactivity, this project is scheduled to be deleted on 2037-02-04.
Why is this scheduled?
Show more breadcrumbs
Millian Poquet
assr-mi3-go-project
Merge requests
!1
Update .gitlab-ci.yml file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update .gitlab-ci.yml file
drevards/assr-mi3-go-project:lepreuxm-main-patch-98895
into
main
Overview
0
Commits
27
Pipelines
1
Changes
4
Open
Mahira Lepreux
requested to merge
drevards/assr-mi3-go-project:lepreuxm-main-patch-98895
into
main
3 years ago
Overview
0
Commits
27
Pipelines
1
Changes
4
Expand
test python
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
e2df2874
27 commits,
3 years ago
4 files
+
687
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
4
Search (e.g. *.vue) (Ctrl+P)
tests/test_board.py
→
tests/test_board
0.0.1
.py
+
1
−
0
Options
@@ -12,6 +12,7 @@ def test_load():
b
.
load
(
state
)
for
y
in
range
(
3
):
for
x
in
range
(
3
):
if
((
x
,
y
)
==
(
0
,
2
)):
assert
b
.
color_at
(
x
,
y
)
==
Color
.
BLACK
,
"
(x=0,y=2) should be black
"
Loading