6 from openpower
.test
.bigint
.bigint_cases
import SVP64BigIntCases
7 from openpower
.test
.runner
import TestRunnerBase
9 # writing the test_caller invocation this way makes it work with pytest
12 class TestSVP64BigInt(TestRunnerBase
):
13 def __init__(self
, test
):
15 super().__init
__(SVP64BigIntCases().test_data
)
18 # dummy function to make unittest try to test this class
22 if __name__
== "__main__":