1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 collecting ... collected 27 items
7 tests/test_async_cached_property.py::TestCachedProperty::test_cached_property PASSED
8 tests/test_async_cached_property.py::TestCachedProperty::test_none_cached_property PASSED
9 tests/test_async_cached_property.py::TestCachedProperty::test_reset_cached_property PASSED
10 tests/test_cached_property.py::TestCachedProperty::test_cached_property PASSED
11 tests/test_cached_property.py::TestCachedProperty::test_none_cached_property PASSED
12 tests/test_cached_property.py::TestCachedProperty::test_reset_cached_property PASSED
13 tests/test_cached_property.py::TestCachedProperty::test_set_cached_property PASSED
14 tests/test_cached_property.py::TestThreadedCachedProperty::test_cached_property PASSED
15 tests/test_cached_property.py::TestThreadedCachedProperty::test_none_cached_property PASSED
16 tests/test_cached_property.py::TestThreadedCachedProperty::test_reset_cached_property PASSED
17 tests/test_cached_property.py::TestThreadedCachedProperty::test_set_cached_property PASSED
18 tests/test_cached_property.py::TestThreadedCachedProperty::test_threads PASSED
19 tests/test_cached_property.py::TestCachedPropertyWithTTL::test_cached_property PASSED
20 tests/test_cached_property.py::TestCachedPropertyWithTTL::test_none_cached_property PASSED
21 tests/test_cached_property.py::TestCachedPropertyWithTTL::test_reset_cached_property PASSED
22 tests/test_cached_property.py::TestCachedPropertyWithTTL::test_set_cached_property PASSED
23 tests/test_cached_property.py::TestCachedPropertyWithTTL::test_ttl_expiry PASSED
24 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_cached_property PASSED
25 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_none_cached_property PASSED
26 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_reset_cached_property PASSED
27 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_set_cached_property PASSED
28 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads PASSED
29 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry PASSED
30 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_ttl_expiry PASSED
31 tests/test_coroutine_cached_property.py::TestCachedProperty::test_cached_property PASSED
32 tests/test_coroutine_cached_property.py::TestCachedProperty::test_none_cached_property PASSED
33 tests/test_coroutine_cached_property.py::TestCachedProperty::test_reset_cached_property PASSED
35 =============================== warnings summary ===============================
36 tests/test_cached_property.py::TestThreadedCachedProperty::test_threads
37 $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-10
39 Traceback (most recent call last):
40 File "$(PYTHON_DIR)/threading.py", line 980, in _bootstrap_inner
42 File "$(PYTHON_DIR)/threading.py", line 917, in run
43 self._target(*self._args, **self._kwargs)
44 TypeError: 'int' object is not callable
46 warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))
48 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads
49 $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-20
51 Traceback (most recent call last):
52 File "$(PYTHON_DIR)/threading.py", line 980, in _bootstrap_inner
54 File "$(PYTHON_DIR)/threading.py", line 917, in run
55 self._target(*self._args, **self._kwargs)
56 TypeError: 'int' object is not callable
58 warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))
60 tests/test_cached_property.py::TestThreadedCachedPropertyWithTTL::test_threads_ttl_expiry
61 $(PYTHON_DIR)/vendor-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-30
63 Traceback (most recent call last):
64 File "$(PYTHON_DIR)/threading.py", line 980, in _bootstrap_inner
66 File "$(PYTHON_DIR)/threading.py", line 917, in run
67 self._target(*self._args, **self._kwargs)
68 TypeError: 'int' object is not callable
70 warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))
72 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
73 ======== 27 passed, 3 warnings ========