1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest '--doctest-glob=*.rst' --doctest-modules --ignore=setup.py
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 6 items
9 README.rst::README.rst PASSED
10 first.py::first PASSED
11 first.py::first.first PASSED
12 test_first.py::TestFirst::test_default_value PASSED
13 test_first.py::TestFirst::test_empty_iterables PASSED
14 test_first.py::TestFirst::test_selection PASSED
16 ======== 6 passed ========