Searched full:pytest (Results 1 – 5 of 5) sorted by relevance
/mcuboot-3.7.0/scripts/tests/ |
D | test_keys.py | 15 import pytest 47 @pytest.fixture(scope="session") 52 @pytest.mark.parametrize("key_type", KEY_TYPES) 85 @pytest.mark.parametrize("key_type", KEY_TYPES) 102 @pytest.mark.parametrize("key_type", KEY_TYPES) 103 @pytest.mark.parametrize("format", PVT_KEY_FORMATS) 123 @pytest.mark.parametrize("key_type", KEY_TYPES) 124 @pytest.mark.parametrize("encoding", KEY_ENCODINGS) 151 @pytest.mark.parametrize("key_type", KEY_TYPES) 152 @pytest.mark.parametrize("encoding", PUB_HASH_ENCODINGS) [all …]
|
D | test_commands.py | 15 import pytest 81 @pytest.mark.parametrize("command", COMMANDS) 95 @pytest.mark.parametrize("command1", COMMANDS) 96 @pytest.mark.parametrize("command2", COMMANDS)
|
D | conftest.py | 15 import pytest 31 pytest.xfail()
|
/mcuboot-3.7.0/.github/workflows/ |
D | imgtool.yaml | 35 pipenv run pip install pytest -e . 36 pipenv run pytest --junitxml=../junit/pytest-results-${{ matrix.python-version }}.xml 41 name: pytest-results-${{ matrix.python-version }} 43 junit/pytest-results-${{ matrix.python-version }}*.xml
|
/mcuboot-3.7.0/scripts/ |
D | requirements.txt | 7 pytest
|