Skip to content

Commit 763e185

Browse files
committed
Add __init__.py to NRT tests
1 parent 940684e commit 763e185

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from numba.cuda.testing import ensure_supported_ccs_initialized
2+
from numba.cuda.tests import load_testsuite
3+
import os
4+
5+
6+
def load_tests(loader, tests, pattern):
7+
ensure_supported_ccs_initialized()
8+
return load_testsuite(loader, os.path.dirname(__file__))

0 commit comments

Comments
 (0)