perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / aiosignal / test / results-all.master
blobfa0f4bad801a3a21e92bcfe25e81c0c3ef46abf9
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D), configfile: setup.cfg, testpaths: tests/
6 asyncio: mode=strict
7 collecting ... collected 11 items
9 tests/test_signals.py::test_add_signal_handler_not_a_callable PASSED
10 tests/test_signals.py::test_cannot_append_to_frozen_signal PASSED
11 tests/test_signals.py::test_cannot_delitem_in_frozen_signal PASSED
12 tests/test_signals.py::test_cannot_send_non_frozen_signal PASSED
13 tests/test_signals.py::test_cannot_setitem_in_frozen_signal PASSED
14 tests/test_signals.py::test_delitem PASSED
15 tests/test_signals.py::test_function_signal_dispatch_args_kwargs PASSED
16 tests/test_signals.py::test_function_signal_dispatch_kwargs PASSED
17 tests/test_signals.py::test_non_coroutine PASSED
18 tests/test_signals.py::test_repr PASSED
19 tests/test_signals.py::test_setitem PASSED
22 ======== 11 passed ========