py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest --cov-append
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: setup.cfg
testpaths: tests/
asyncio: mode=strict, asyncio_default_fixture_loop_scope=function
collecting ... collected 11 items

tests/test_signals.py::test_add_signal_handler_not_a_callable PASSED
tests/test_signals.py::test_function_signal_dispatch_kwargs PASSED
tests/test_signals.py::test_function_signal_dispatch_args_kwargs PASSED
tests/test_signals.py::test_non_coroutine PASSED
tests/test_signals.py::test_setitem PASSED
tests/test_signals.py::test_delitem PASSED
tests/test_signals.py::test_cannot_append_to_frozen_signal PASSED
tests/test_signals.py::test_cannot_setitem_in_frozen_signal PASSED
tests/test_signals.py::test_cannot_delitem_in_frozen_signal PASSED
tests/test_signals.py::test_cannot_send_non_frozen_signal PASSED
tests/test_signals.py::test_repr PASSED


======== 11 passed ========
  py$(PYV): OK
  congratulations :)