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
7 collecting ... collected 5 items
9 test/test_uc_micro.py::test_Any PASSED
10 test/test_uc_micro.py::test_Cc PASSED
11 test/test_uc_micro.py::test_Cf PASSED
12 test/test_uc_micro.py::test_P PASSED
13 test/test_uc_micro.py::test_Z PASSED
15 ======== 5 passed ========