Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml file

4 files
+ 687
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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