Home
last modified time | relevance | path

Searched full:pytest (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.6.0/scripts/tests/genpinctrl/
Dtest_genpinctrl.py3 import pytest
22 with pytest.raises(ValueError):
27 with pytest.raises(ValueError):
32 with pytest.raises(ValueError):
38 with pytest.raises(ValueError):
40 with pytest.raises(ValueError):
57 with pytest.raises(ValueError):
61 with pytest.raises(ValueError):
88 with pytest.raises(ValueError):
100 with pytest.raises(ValueError):
[all …]
Dconftest.py4 import pytest
11 @pytest.fixture()
13 """Pytest fixture to load test data files"""
17 @pytest.fixture()
19 """Pytest fixture to load test STM32 Open Pin Data files"""
/hal_stm32-3.6.0/scripts/tests/genllheaders/
Dconftest.py4 import pytest
11 @pytest.fixture()
13 """Pytest fixture to load test data files"""
17 @pytest.fixture()
19 """Pytest fixture to load test HAL files"""
/hal_stm32-3.6.0/scripts/
Drequirements-test.txt1 pytest
2 pytest-cov
3 pytest-mock
/hal_stm32-3.6.0/scripts/tests/
DREADME.md20 pytest
/hal_stm32-3.6.0/.github/workflows/
Dtest.yml27 pytest scripts/tests \