1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m py.test
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 17 items
9 test_whatever.py::test_basic PASSED
10 test_whatever.py::test_caller PASSED
11 test_whatever.py::test_attrs PASSED
12 test_whatever.py::test_getitem PASSED
13 test_whatever.py::test_add PASSED
14 test_whatever.py::test_late_binding PASSED
15 test_whatever.py::test_overloaded XFAIL
16 test_whatever.py::test_comparison PASSED
17 test_whatever.py::test_unary PASSED
18 test_whatever.py::test_chained_ops PASSED
19 test_whatever.py::test_chained_attrs PASSED
20 test_whatever.py::test_chained_getitem PASSED
21 test_whatever.py::test_higher_cardinality PASSED
22 test_whatever.py::test_introspect_whatever PASSED
23 test_whatever.py::test_introspection PASSED
24 test_whatever.py::test_code_to_code PASSED
25 test_whatever.py::test_contains PASSED
27 ======== 16 passed, 1 xfailed ========