Marcel Telka
2024-04-08 e44703e81887ee34cdaa681246ff7cb2065cc027
commit | author | age
408e5d 1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
e08ef6 2 py$(PYV): commands[0]> python -m pytest
MT 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
5d8bcb 8 collecting ... collected 17 items
e08ef6 9
408e5d 10 .::project PASSED
MT 11 .::project PASSED
5d8bcb 12 conftest.py::mypy PASSED
MT 13 conftest.py::mypy-status PASSED
e08ef6 14 docs/conf.py::mypy PASSED
408e5d 15 jaraco/context.py::jaraco.context.ExceptionTrap PASSED
MT 16 jaraco/context.py::jaraco.context.ExceptionTrap.passes PASSED
17 jaraco/context.py::jaraco.context.ExceptionTrap.raises PASSED
18 jaraco/context.py::jaraco.context._compose PASSED
19 jaraco/context.py::jaraco.context.infer_compression PASSED
20 jaraco/context.py::jaraco.context.null PASSED
21 jaraco/context.py::jaraco.context.on_interrupt PASSED
22 jaraco/context.py::jaraco.context.pushd PASSED
23 jaraco/context.py::jaraco.context.suppress PASSED
5d8bcb 24 jaraco/context.py::jaraco.context.tarball PASSED
408e5d 25 jaraco/context.py::jaraco.context.temp_dir PASSED
e08ef6 26 jaraco/context.py::mypy PASSED
MT 27
5d8bcb 28 =============================== warnings summary ===============================
MT 29 jaraco/context.py::jaraco.context.infer_compression
30   <doctest jaraco.context.infer_compression[0]>:1: DeprecationWarning: infer_compression is deprecated with no replacement
e08ef6 31
5d8bcb 32 jaraco/context.py::jaraco.context.infer_compression
MT 33   <doctest jaraco.context.infer_compression[1]>:1: DeprecationWarning: infer_compression is deprecated with no replacement
34
35 jaraco/context.py::jaraco.context.infer_compression
36   <doctest jaraco.context.infer_compression[2]>:1: DeprecationWarning: infer_compression is deprecated with no replacement
37
38 jaraco/context.py::jaraco.context.infer_compression
39   <doctest jaraco.context.infer_compression[3]>:1: DeprecationWarning: infer_compression is deprecated with no replacement
40
41 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
42
43 ===================================== mypy =====================================
44 Success: no issues found in 3 source files
45 ======== 17 passed, 4 warnings ========
e08ef6 46   py$(PYV): OK
MT 47   congratulations :)