Home
last modified time | relevance | path

Searched defs:pytest (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/
Dpytest.ini1 [pytest] section
2 norecursedirs = test_data *.egg .* _darcs build CVS dist node_modules venv {arch}
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dpytest.ini1 [pytest] section
2 markers =
/Zephyr-latest/scripts/west_commands/
Drun_tests.py31 pytest = [sys.executable, '-m', 'pytest'] + sys.argv[1:] variable