Searched refs:pytest (Results 1 - 4 of 4) sorted by relevance
/build/test/script/ |
H A D | start_env.sh | 18 if ! command -v pytest &> /dev/null; then 19 echo "Installing pytest..." 20 python -m pip install pytest "$@" 22 echo "pytest is already installed." 27 if ! pip show pytest-html &> /dev/null; then 28 echo "Installing pytest-html..." 29 python -m pip install pytest-html "$@" 31 echo "pytest-html is already installed." 36 if ! pip show pytest-metadata &> /dev/null; then 37 echo "Installing pytest [all...] |
/build/test/example/ |
H A D | test_build_option.py | 29 import pytest namespace 62 @pytest.fixture() 564 @pytest.mark.parametrize('cpu_para', ['arm', 'arm64', 'x86_64']) 575 @pytest.mark.parametrize('ccache_para', ['True', 'False']) 586 @pytest.mark.parametrize('rename_last_log_para', ['True', 'False']) 610 @pytest.mark.parametrize('build_target', ['', 'package_testcase']) 621 @pytest.mark.parametrize('ninja_args', ['-dkeeprsp']) 632 @pytest.mark.parametrize('full_compilation', ['True', 'False', '']) 643 @pytest.mark.parametrize('strict_mode', ['True', 'False', 'false']) 654 @pytest [all...] |
H A D | conftest.py | 23 import pytest namespace 31 @pytest.mark.optionalhook 64 @pytest.hookimpl(hookwrapper=True)
|
H A D | test_gn_template.py | 23 import pytest namespace 77 @pytest.fixture()
|
Completed in 3 milliseconds