ROOT: skip environment lint, matches filter 'lint' py310: remove tox env folder /workspaces/goldi2/hardware/common/spi-driver/.tox/py310 .pkg: remove tox env folder /workspaces/goldi2/hardware/common/spi-driver/.tox/.pkg py310: install_deps> python -I -m pip install coverage pytest .pkg: install_requires> python -I -m pip install 'setuptools>=42' .pkg: _optional_hooks> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: get_requires_for_build_sdist> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: get_requires_for_build_wheel> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: install_requires_for_build_wheel> python -I -m pip install wheel .pkg: prepare_metadata_for_build_wheel> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: build_sdist> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta py310: install_package_deps> python -I -m pip install pyee spidev py310: install_package> python -I -m pip install --force-reinstall --no-deps /workspaces/goldi2/hardware/common/spi-driver/.tox/.tmp/package/3/spi_driver-0.0.1.tar.gz py310: commands[0]> coverage run --source spi_driver -m pytest ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-8.2.0, pluggy-1.5.0 cachedir: .tox/py310/.pytest_cache rootdir: /workspaces/goldi2/hardware/common/spi-driver configfile: pyproject.toml collected 19 items tests/modules/test_bin_input.py .... [ 21%] tests/modules/test_bin_output.py ... [ 36%] tests/modules/test_bit.py ... [ 52%] tests/modules/test_gpio.py ... [ 68%] tests/modules/test_motor.py . [ 73%] tests/modules/test_numeric.py ... [ 89%] tests/modules/test_stepper_motor.py . [ 94%] tests/test_spi_registers.py . [100%] ============================== 19 passed in 0.34s ============================== coverage: remove tox env folder /workspaces/goldi2/hardware/common/spi-driver/.tox/coverage py310: OK ✔ in 14.23 seconds coverage: install_deps> python -I -m pip install coverage coverage: commands[0]> coverage combine Combined data file .coverage.5f82043a7e83.58740.XdEKPBQx coverage: commands[1]> coverage report Name Stmts Miss Cover ------------------------------------------------------------- src/spi_driver/__init__.py 1 0 100% src/spi_driver/modules/__init__.py 7 0 100% src/spi_driver/modules/bin_input.py 35 2 94% src/spi_driver/modules/bin_output.py 23 4 83% src/spi_driver/modules/bit.py 23 0 100% src/spi_driver/modules/gpio.py 24 0 100% src/spi_driver/modules/motor.py 17 0 100% src/spi_driver/modules/numeric.py 31 1 97% src/spi_driver/modules/stepper_motor.py 19 0 100% src/spi_driver/spi_registers.py 57 8 86% ------------------------------------------------------------- TOTAL 237 15 94% coverage: commands[2]> coverage xml Wrote XML report to coverage.xml py310: OK (14.23=setup[13.63]+cmd[0.60] seconds) coverage: OK (2.22=setup[1.92]+cmd[0.10,0.10,0.11] seconds) congratulations :) (16.51 seconds)