Repository URL to install this package:
from numba.tests import SerialSuite def load_tests(loader, tests, pattern): suite = loader.discover("numba.hsa.tests") return SerialSuite(suite)