Skip to content

Commit f914622

Browse files
committed
Reduce test scope to specific class/function in test_usm_type.py
1 parent 295bc04 commit f914622

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

conda-recipe/run_test.bat

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,26 @@ if %errorlevel% neq 0 exit 1
4242
"%PYTHON%" -m dpctl -f
4343
if %errorlevel% neq 0 exit 1
4444

45+
echo "Test only dpnp.tests.test_usm_type::test_norm"
46+
47+
REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.12/job/test-stable/137/
48+
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::test_norm
49+
if %errorlevel% neq 0 exit 1
50+
51+
echo "Test only dpnp.tests.test_usm_type::TestFft"
52+
53+
REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.11/job/test/1713/
54+
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-stable/232/
55+
REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.12/job/test-wheel-conda-stable/234/
56+
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft
57+
if %errorlevel% neq 0 exit 1
58+
59+
echo "Test only dpnp.tests.test_usm_type"
60+
4561
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type
4662
if %errorlevel% neq 0 exit 1
4763

64+
echo "Test everything"
65+
4866
"%PYTHON%" -m pytest -ra --pyargs dpnp
4967
if %errorlevel% neq 0 exit 1

0 commit comments

Comments
 (0)