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 10 items
9 tests/test_string.py::test_python_2_string_with_ascii_str SKIPPED (c...)
10 tests/test_string.py::test_python_2_string_with_ascii_unicode SKIPPED
11 tests/test_string.py::test_python_2_string_with_utf8_str SKIPPED (co...)
12 tests/test_string.py::test_python_2_string_with_utf8_unicode SKIPPED
13 tests/test_string.py::test_python_3_string_with_ascii_bytes PASSED
14 tests/test_string.py::test_python_3_string_with_ascii_str PASSED
15 tests/test_string.py::test_python_3_string_with_utf8_bytes PASSED
16 tests/test_string.py::test_python_3_string_with_utf8_str PASSED
17 tests/test_testscript.py::test_bad_symlink PASSED
18 tests/test_testscript.py::test_testscript PASSED
20 =============================== warnings summary ===============================
22 $(@D)/scripttest.py:108: PytestCollectionWarning: cannot collect test class 'TestFileEnvironment' because it has a __init__ constructor (from: tests/test_testscript.py)
23 class TestFileEnvironment(object):
25 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
26 ======== 6 passed, 4 skipped, 1 warning ========