Skip to content

Commit 0c6701a

Browse files
committed
Add testing of test_indexing scope separately
1 parent 31b1cb5 commit 0c6701a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conda-recipe/run_test.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ echo "Test only dpnp.tests.test_usm_type"
6161
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type
6262
if %errorlevel% neq 0 exit 1
6363

64+
echo "Test only dpnp.tests.test_indexing"
65+
66+
REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.11/job/test-wheel-conda/1733/
67+
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_indexing
68+
if %errorlevel% neq 0 exit 1
69+
6470
echo "Test everything"
6571

6672
"%PYTHON%" -m pytest -ra --pyargs dpnp

0 commit comments

Comments
 (0)