1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-09-04 12:28:59 +00:00

Fix running the tests under nosetests

This commit is contained in:
Mike Naberezny 2014-03-10 15:53:45 -07:00
parent 07269529da
commit ffa1ba11e9

View File

@ -8,7 +8,7 @@ from py65.utils.addressing import AddressParser
class DisassemblerTests(unittest.TestCase): class DisassemblerTests(unittest.TestCase):
def dont_test_disassemble_wraps_after_top_of_mem(self): def _dont_test_disassemble_wraps_after_top_of_mem(self):
''' '''
TODO: This test fails with IndexError. We should fix this TODO: This test fails with IndexError. We should fix this
so that it does not attempt to index memory out of range. so that it does not attempt to index memory out of range.