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 16 items
9 tests/test_basic.py::test_basic_command PASSED
10 tests/test_basic.py::test_basic_group PASSED
11 tests/test_basic.py::test_env_no_color PASSED
12 tests/test_basic.py::test_unknown_color PASSED
13 tests/test_custom_colors.py::test_command_custom_colors PASSED
14 tests/test_custom_colors.py::test_custom_option_color PASSED
15 tests/test_custom_colors.py::test_flag_option_color[--no-shout] PASSED
16 tests/test_custom_colors.py::test_flag_option_color[--shout] PASSED
17 tests/test_custom_colors.py::test_multi_name_option_color[--name] PASSED
18 tests/test_custom_colors.py::test_multi_name_option_color[-n,] PASSED
19 tests/test_custom_colors.py::test_multi_name_option_color[-n] PASSED
20 tests/test_custom_colors.py::test_option_color PASSED
21 tests/test_multi_commands.py::test_multi_command PASSED
22 tests/test_version_option.py::test_custom_message PASSED
23 tests/test_version_option.py::test_message_color PASSED
24 tests/test_version_option.py::test_version_and_prog_name_color PASSED
26 ======== 16 passed ========