We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aeb7ef commit 5b28102Copy full SHA for 5b28102
tests/testsuite.py
@@ -6,6 +6,9 @@
6
7
8
class TestInstrBuilder(unittest.TestCase):
9
+ def __str__(self):
10
+ return 'Z80IntrsBuilder'
11
+
12
def runTest(self):
13
TESTS = (
14
(b'\xdd\xe5', 'push ix'),
0 commit comments