py$(PYV): commands[0]> python -m pytest tests ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) collecting ... collected 3 items tests/ukkonen_test.py::test_not_bounded PASSED tests/ukkonen_test.py::test_bounded PASSED tests/ukkonen_test.py::test_exact_match PASSED ======== 3 passed ======== py$(PYV): OK congratulations :)