Skip to content

Commit 295bc04

Browse files
committed
Run tests within USM types scope multiple times
1 parent ab9ab3e commit 295bc04

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

conda-recipe/run_test.bat

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

45-
"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_ndarray
46-
if %errorlevel% neq 0 exit 1
47-
48-
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::test_2in_1out
49-
if %errorlevel% neq 0 exit 1
50-
51-
"%PYTHON%" -m pytest -ra -v --pyargs dpnp.tests.test_usm_type
45+
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type
5246
if %errorlevel% neq 0 exit 1
5347

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

0 commit comments

Comments
 (0)