No colour boxes are white.

This commit is contained in:
Niels Serup
2012-08-09 13:50:13 +02:00
parent 3d76f7fdbd
commit 8f45559920
2 changed files with 37 additions and 10 deletions

View File

@@ -6,8 +6,7 @@ from robotgame.logic.colourboxes import *
class ColourboxesTest(unittest.TestCase):
def test_generation(self):
for args in ((1, 1),
(2, 2),
for args in ((1, 2),
(3, 3),
(4, 6)):
boxes = generate_colour_boxes(*args)