Skip to content

Commit 620e76b

Browse files
move tests, merge test_extending files
1 parent d71c033 commit 620e76b

13 files changed

+836
-853
lines changed

numba_cuda/numba/cuda/tests/cudapy/test_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from numba.cuda.testing import unittest, CUDATestCase
1010
from numba.cuda import types
1111
from numba import cuda
12-
from numba.cuda.tests.complex_usecases import (
12+
from numba.cuda.tests.cudapy.complex_usecases import (
1313
real_usecase,
1414
imag_usecase,
1515
conjugate_usecase,

numba_cuda/numba/cuda/tests/cudapy/test_enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from numba import cuda, vectorize, njit
1212
from numba.cuda import types
1313
from numba.cuda.testing import unittest, CUDATestCase, skip_on_cudasim
14-
from numba.cuda.tests.enum_usecases import (
14+
from numba.cuda.tests.cudapy.enum_usecases import (
1515
Color,
1616
Shape,
1717
Planet,

0 commit comments

Comments
 (0)