1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest tests
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 9 items
9 tests/test_black.py::test_help_message PASSED
10 tests/test_black.py::test_fail PASSED
11 tests/test_black.py::test_pass PASSED
12 tests/test_black.py::test_mtime_cache PASSED
13 tests/test_black.py::test_exclude PASSED
14 tests/test_black.py::test_exclude_folder PASSED
15 tests/test_black.py::test_include PASSED
16 tests/test_black.py::test_pytest_deprecation_warning PASSED
17 tests/test_no_black.py::test_skipped_when_black_unavailable SKIPPED
19 ======== 8 passed, 1 skipped ========