Skip to content

Commit 5b28102

Browse files
committed
Give the Z80IntrsBuilder test cases a name.
1 parent 8aeb7ef commit 5b28102

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testsuite.py

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77

88
class TestInstrBuilder(unittest.TestCase):
9+
def __str__(self):
10+
return 'Z80IntrsBuilder'
11+
912
def runTest(self):
1013
TESTS = (
1114
(b'\xdd\xe5', 'push ix'),

0 commit comments

Comments
 (0)