Esempio n. 1
0
 def __init__(self, testname):
     HexTestCase.__init__(self, testname)
     f = open('fixtures/movingsprite/movingsprite.asm')
     code = f.read()
     f.close()
     tokens = lexical(code)
     self.ast = syntax(tokens)
Esempio n. 2
0
 def __init__(self, testname):
     HexTestCase.__init__(self, testname)
     f = open('fixtures/movingsprite/movingsprite.asm')
     code = f.read()
     f.close()
     tokens = lexical(code)
     self.ast = syntax(tokens)
Esempio n. 3
0
 def __init__(self, testname):
     HexTestCase.__init__(self, testname)
Esempio n. 4
0
 def __init__(self, testname):
     HexTestCase.__init__(self, testname)