1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> pytest --cov --cov-report=term-missing --cov-report=xml -vv tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
5 cachedir: .tox/py$(PYV)/.pytest_cache
8 collecting ... collected 3 items
10 tests/test_process_tests.py::test_filebuffer PASSED
11 tests/test_process_tests.py::test_socket PASSED
12 tests/test_process_tests.py::test_wait_for_strings PASSED
15 ======== 3 passed ========