Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/scripts/tests/genpinctrl/
Dtest_genpinctrl.py3 import pytest
21 with pytest.raises(ValueError):
26 with pytest.raises(ValueError):
31 with pytest.raises(ValueError):
37 with pytest.raises(ValueError):
39 with pytest.raises(ValueError):
56 with pytest.raises(ValueError):
60 with pytest.raises(ValueError):
87 with pytest.raises(ValueError):
99 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-2.7.6/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-2.7.6/scripts/
Drequirements-test.txt1 pytest~=6.0
2 pytest-cov~=2.10
3 pytest-mock~=3.3
/hal_stm32-2.7.6/scripts/tests/
DREADME.md20 pytest
/hal_stm32-2.7.6/.github/workflows/
Dtest.yml27 pytest scripts/tests \