Skip to content

Commit

Permalink
Give the Z80IntrsBuilder test cases a name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarev committed Jul 28, 2024
1 parent 8aeb7ef commit 5b28102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@


class TestInstrBuilder(unittest.TestCase):
def __str__(self):
return 'Z80IntrsBuilder'

def runTest(self):
TESTS = (
(b'\xdd\xe5', 'push ix'),
Expand Down

0 comments on commit 5b28102

Please sign in to comment.