Skip to content

Commit d193a64

Browse files
Move frontend tests to cudapy namespace (#558)
Follow up for #523 (comment) This moves some test files to the cudapy namespace and merges `tests/test_extending` and `cudapy/test_extending.py`.
1 parent 9a52528 commit d193a64

13 files changed

+861
-864
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
@@ -20,7 +20,7 @@
2020
skip_on_cudasim,
2121
skip_on_standalone_numba_cuda,
2222
)
23-
from numba.cuda.tests.enum_usecases import (
23+
from numba.cuda.tests.cudapy.enum_usecases import (
2424
Color,
2525
Shape,
2626
Planet,

0 commit comments

Comments
 (0)