Esempio n. 1
0
 def test_create_symbol(self):
     symbol = Symbol('a')
     self.assertEqual('a', symbol.name())