1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-11 09:29:30 +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):
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
so that it does not attempt to index memory out of range.