예제 #1
0
 def test_false(self):
     self.assertFalse(solution('abc', 'd'))
예제 #2
0
 def test_true(self):
     self.assertTrue(solution('abc', 'bc'))