.F...... ====================================================================== FAIL: test7_sort_simple (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 175, in test7_sort_simple self.assert_game(m1, m2, (3, 0)) File ".../test.py", line 188, in assert_game self.assertEqual(self.user.module_game(m1, m2), res) AssertionError: (0, 0) != (3, 0) ---------------------------------------------------------------------- Ran 8 tests in 0.266s FAILED (failures=1)