Skip to content

Commit f6c9a68

Browse files
committed
Add verbose to dpnp.tests.test_usm_type scope
Leave only dot tests
1 parent cab4ce8 commit f6c9a68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

conda-recipe/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ build:
5050
test:
5151
requires:
5252
- pytest
53+
- pytest-repeat
5354
- setuptools
5455

5556
about:

conda-recipe/run_test.bat

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ if %errorlevel% neq 0 exit 1
4545
"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_ndarray
4646
if %errorlevel% neq 0 exit 1
4747

48-
"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_usm_type
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
4952
if %errorlevel% neq 0 exit 1
5053

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

0 commit comments

Comments
 (0)