Skip to content

Commit 6393a18

Browse files
committed
Added isolate test run for test_rfftn and test_fft
1 parent 6a9aaa4 commit 6393a18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conda-recipe/run_test.bat

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ 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::TestFft::test_rfftn"
46+
47+
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/236
48+
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft::test_rfftn
49+
if %errorlevel% neq 0 exit 1
50+
51+
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft::test_fft
52+
if %errorlevel% neq 0 exit 1
53+
4554
echo "Test only dpnp.tests.test_usm_type::test_norm"
4655

4756
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/

0 commit comments

Comments
 (0)