python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / pyproject-fmt-rust / test / results-all.master
blob2df8d67781ea75a888998f8490624f429d7c0588
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --cov pyproject_fmt_rust --cov $(@D)/tests --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test --cov-report html:$(@D)/.tox/py$(PYV)/tmp/htmlcov --cov-report xml:$(@D)/.tox/coverage.py$(PYV).xml --junitxml $(@D)/.tox/junit.py$(PYV).xml tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: pyproject.toml
8 collecting ... collected 2 items
10 tests/test_main.py::test_format_toml[expanded] PASSED
11 tests/test_main.py::test_format_toml[collapsed] PASSED
13 - generated xml file: $(@D)/.tox/junit.py$(PYV).xml -
15 2 files skipped due to complete coverage.
16 Coverage HTML written to dir $(@D)/.tox/py$(PYV)/tmp/htmlcov
17 Coverage XML written to file $(@D)/.tox/coverage.py$(PYV).xml
19 Required test coverage of 100.0% reached. Total coverage: 100.00%
20 ======== 2 passed ========
21   py$(PYV): OK
22   congratulations :)