mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-30 03:33:31 +00:00
Remove duplicate test
This commit is contained in:
parent
dc927156f9
commit
6e1ef339a2
@ -121,12 +121,6 @@ class HexdumpLoaderTests(unittest.TestCase):
|
|||||||
self.assertEqual(0xC000, load.start_address)
|
self.assertEqual(0xC000, load.start_address)
|
||||||
self.assertEqual([0xAA, 0xBB], load.data)
|
self.assertEqual([0xAA, 0xBB], load.data)
|
||||||
|
|
||||||
def test_ignores_pound_comments(self):
|
|
||||||
text = 'c000: aa bb # comment'
|
|
||||||
load = Loader(text)
|
|
||||||
self.assertEqual(0xC000, load.start_address)
|
|
||||||
self.assertEqual([0xAA, 0xBB], load.data)
|
|
||||||
|
|
||||||
|
|
||||||
def test_suite():
|
def test_suite():
|
||||||
return unittest.findTestCases(sys.modules[__name__])
|
return unittest.findTestCases(sys.modules[__name__])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user