We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b1cb5 commit 0c6701aCopy full SHA for 0c6701a
conda-recipe/run_test.bat
@@ -61,6 +61,12 @@ echo "Test only dpnp.tests.test_usm_type"
61
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type
62
if %errorlevel% neq 0 exit 1
63
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
70
echo "Test everything"
71
72
"%PYTHON%" -m pytest -ra --pyargs dpnp
0 commit comments