python/rapidfuzz: update to 3.11.0
[oi-userland.git] / components / python / pytest-enabler / test / results-all.master
blobcb6f305baa8490e01d5b6c88c46d8cfcd6b83b90
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
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: pytest.ini
8 collecting ... collected 12 items
10 docs/conf.py::mypy PASSED
11 docs/conf.py::mypy-status PASSED
12 .::project PASSED
13 pytest_enabler/__init__.py::mypy PASSED
14 pytest_enabler/__init__.py::pytest_enabler.none_as_empty PASSED
15 .::project PASSED
16 tests/test_enabler.py::mypy PASSED
17 tests/test_enabler.py::test_pytest_addoption_default PASSED
18 tests/test_enabler.py::test_pytest_addoption_override PASSED
19 tests/test_enabler.py::test_pytest_addoption_disable PASSED
20 tests/test_enabler.py::test_remove_deps PASSED
21 tests/test_enabler.py::test_coverage_explicit PASSED
23 ===================================== mypy =====================================
25 Success: no issues found in 3 source files
26 ======== 12 passed ========
27   py$(PYV): OK
28   congratulations :)