def testString(self): self.compare(mathics.String("abc"), '"abc"')
def testString(self): self.compare( mathics.String('abcd'), "abcd")
def testString(self): self.assertIsNone(mathics.String("abc").to_sympy())