tracks/python/exercises/rectangles/rectangles_test.py in trackler-2.2.1.45 vs tracks/python/exercises/rectangles/rectangles_test.py in trackler-2.2.1.46

- old
+ new

@@ -1,10 +1,10 @@ import unittest from rectangles import count -# test cases adapted from `x-common//canonical-data.json` @ version: 1.0.0 +# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0 class WordTest(unittest.TestCase): def test_no_rows(self): self.assertEqual(count([]), 0)