.FF ====================================================================== FAIL: test_2_empty_noset (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 22, in test_2_empty_noset self.assertEqual(hers, mine) AssertionError: ['C2', 'C1', 'C0'] != [] ====================================================================== FAIL: test_3_trivial (tester.ProblemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../test.py", line 29, in test_3_trivial self.assertEqual(hers, mine) AssertionError: ['Y', 'X', 'Z'] != ['X', 'Z'] ---------------------------------------------------------------------- Ran 3 tests in 0.001s FAILED (failures=2)