mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-09 04:24:59 +00:00
Fix running the tests under nosetests
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user