mirror of
https://github.com/mnaberez/py65.git
synced 2025-03-04 18:33:49 +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):
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user