============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples') rootdir: $(@D), configfile: setup.cfg, testpaths: tests/ asyncio: mode=strict collecting ... collected 11 items tests/test_signals.py::test_add_signal_handler_not_a_callable PASSED tests/test_signals.py::test_cannot_append_to_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_cannot_setitem_in_frozen_signal PASSED tests/test_signals.py::test_delitem PASSED tests/test_signals.py::test_function_signal_dispatch_args_kwargs PASSED tests/test_signals.py::test_function_signal_dispatch_kwargs PASSED tests/test_signals.py::test_non_coroutine PASSED tests/test_signals.py::test_repr PASSED tests/test_signals.py::test_setitem PASSED ======== 11 passed ========