def test_true(self): self.assertTrue(xo("xo"))
def test_true_2(self): self.assertTrue(xo("xo0"))
def test_false(self): self.assertFalse(xo("xxxoo"))