# writing the test_caller invocation this way makes it work with pytest
-class TestSVP64ALU(TestRunnerBase):
+class TestFPTrans(TestRunnerBase):
def __init__(self, test):
assert test == 'test'
super().__init__(FPTransCases().test_data, fp=True)
class SimState(State):
"""SimState: Obtains registers and memory from an ISACaller object.
- Note that yields are "faked" to maintain consistency and compatability
+ Note that yields are "faked" to maintain consistency and compatibility
within the API.
"""
def __init__(self, sim):