예제 #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)
예제 #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)
예제 #3
0
 def __init__(self, testname):
     HexTestCase.__init__(self, testname)
예제 #4
0
 def __init__(self, testname):
     HexTestCase.__init__(self, testname)