1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
7 collecting ... collected 10 items
9 tests/test_async.py::test_acapture PASSED
10 tests/test_async.py::test_asend PASSED
11 tests/test_async.py::test_traceback_frame_removal PASSED
12 tests/test_sync.py::test_Error_unwrap_does_not_create_reference_cycles PASSED
13 tests/test_sync.py::test_Outcome PASSED
14 tests/test_sync.py::test_Outcome_eq_hash PASSED
15 tests/test_sync.py::test_Value_compare PASSED
16 tests/test_sync.py::test_capture PASSED
17 tests/test_sync.py::test_inheritance PASSED
18 tests/test_sync.py::test_traceback_frame_removal PASSED
21 ======== 10 passed ========