Skip to content

Commit 6ff4be4

Browse files
committed
Add running failing tests at separate steps
1 parent b93b328 commit 6ff4be4

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
@@ -37,5 +37,11 @@ if %errorlevel% neq 0 exit 1
3737
"%PYTHON%" -m dpctl -f
3838
if %errorlevel% neq 0 exit 1
3939

40+
"%PYTHON%" -m pytest -ra --pyargs dpnp dpnp.tests.test_fft::TestFftn
41+
if %errorlevel% neq 0 exit 1
42+
43+
"%PYTHON%" -m pytest -ra --pyargs dpnp dpnp.tests.test_fft::TestRfftn
44+
if %errorlevel% neq 0 exit 1
45+
4046
"%PYTHON%" -m pytest -ra --pyargs dpnp
4147
if %errorlevel% neq 0 exit 1

0 commit comments

Comments
 (0)