mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-19 07:31:34 +00:00
Fix running the tests under nosetests
This commit is contained in:
parent
07269529da
commit
ffa1ba11e9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user