remmina: update to 1.4.37
[oi-userland.git] / components / python / cachecontrol / test / results-all.master
blob165a55d33bae80e548ec78915e6ab80a87fb1f91
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 99 items
8 tests/test_adapter.py::TestSessionActions::test_get_caches[use_adapter] PASSED
9 tests/test_adapter.py::TestSessionActions::test_get_caches[use_wrapper] PASSED
10 tests/test_adapter.py::TestSessionActions::test_get_with_no_cache_does_not_cache[use_adapter] PASSED
11 tests/test_adapter.py::TestSessionActions::test_get_with_no_cache_does_not_cache[use_wrapper] PASSED
12 tests/test_adapter.py::TestSessionActions::test_put_invalidates_cache[use_adapter] PASSED
13 tests/test_adapter.py::TestSessionActions::test_put_invalidates_cache[use_wrapper] PASSED
14 tests/test_adapter.py::TestSessionActions::test_patch_invalidates_cache[use_adapter] PASSED
15 tests/test_adapter.py::TestSessionActions::test_patch_invalidates_cache[use_wrapper] PASSED
16 tests/test_adapter.py::TestSessionActions::test_delete_invalidates_cache[use_adapter] PASSED
17 tests/test_adapter.py::TestSessionActions::test_delete_invalidates_cache[use_wrapper] PASSED
18 tests/test_adapter.py::TestSessionActions::test_close PASSED
19 tests/test_cache_control.py::TestCacheControllerResponse::test_no_cache_non_20x_response PASSED
20 tests/test_cache_control.py::TestCacheControllerResponse::test_no_cache_with_no_date PASSED
21 tests/test_cache_control.py::TestCacheControllerResponse::test_no_cache_with_wrong_sized_body PASSED
22 tests/test_cache_control.py::TestCacheControllerResponse::test_cache_response_no_cache_control PASSED
23 tests/test_cache_control.py::TestCacheControllerResponse::test_cache_response_cache_max_age PASSED
24 tests/test_cache_control.py::TestCacheControllerResponse::test_cache_response_cache_max_age_with_invalid_value_not_cached PASSED
25 tests/test_cache_control.py::TestCacheControllerResponse::test_cache_response_no_store PASSED
26 tests/test_cache_control.py::TestCacheControllerResponse::test_cache_response_no_store_with_etag PASSED
27 tests/test_cache_control.py::TestCacheControllerResponse::test_no_cache_with_vary_star PASSED
28 tests/test_cache_control.py::TestCacheControllerResponse::test_update_cached_response_no_local_cache PASSED
29 tests/test_cache_control.py::TestCacheControllerResponse::test_update_cached_response_with_valid_headers_separate_body PASSED
30 tests/test_cache_control.py::TestCacheControllerResponse::test_update_cached_response_with_valid_headers PASSED
31 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_headers PASSED
32 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_cache PASSED
33 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_pragma_no_cache PASSED
34 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_no_store PASSED
35 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_max_age_0 PASSED
36 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_not_in_cache PASSED
37 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_fresh_max_age PASSED
38 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_unfresh_max_age PASSED
39 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_fresh_expires PASSED
40 tests/test_cache_control.py::TestCacheControlRequest::test_cache_request_unfresh_expires PASSED
41 tests/test_cache_control.py::TestCacheControlRequest::test_cached_request_with_bad_max_age_headers_not_returned PASSED
42 tests/test_chunked_response.py::TestChunkedResponses::test_cache_chunked_response PASSED
43 tests/test_chunked_response.py::TestChunkedResponses::test_stream_is_cached PASSED
44 tests/test_chunked_response.py::TestChunkedResponses::test_stream_is_not_cached_when_content_is_not_read PASSED
45 tests/test_etag.py::TestETag::test_etags_get_example PASSED
46 tests/test_etag.py::TestETag::test_etags_get_no_cache PASSED
47 tests/test_etag.py::TestETag::test_etags_get_with_range PASSED
48 tests/test_etag.py::TestDisabledETags::test_expired_etags_if_none_match_response PASSED
49 tests/test_etag.py::TestReleaseConnection::test_not_modified_releases_connection PASSED
50 tests/test_expires_heuristics.py::TestHeuristicWithoutWarning::test_no_header_change_means_no_warning_header PASSED
51 tests/test_expires_heuristics.py::TestHeuristicWith3xxResponse::test_heuristic_applies_to_301 PASSED
52 tests/test_expires_heuristics.py::TestHeuristicWith3xxResponse::test_heuristic_applies_to_304 PASSED
53 tests/test_expires_heuristics.py::TestUseExpiresHeuristic::test_expires_heuristic_arg PASSED
54 tests/test_expires_heuristics.py::TestOneDayCache::test_cache_for_one_day PASSED
55 tests/test_expires_heuristics.py::TestExpiresAfter::test_expires_after_one_day PASSED
56 tests/test_expires_heuristics.py::TestLastModified::test_last_modified PASSED
57 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_no_expiry_is_inferred_when_no_last_modified_is_present PASSED
58 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_expires_is_not_replaced_when_present PASSED
59 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_used PASSED
60 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_not_used_when_cache_control_present PASSED
61 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_not_used_when_status_is_unknown PASSED
62 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_last_modified_is_used_when_cache_control_public PASSED
63 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_warning_not_added_when_response_more_recent_than_24_hours PASSED
64 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_warning_is_not_added_when_heuristic_was_not_used PASSED
65 tests/test_expires_heuristics.py::TestModifiedUnitTests::test_expiry_is_no_more_that_twenty_four_hours PASSED
66 tests/test_max_age.py::TestMaxAge::test_client_max_age_0 PASSED
67 tests/test_max_age.py::TestMaxAge::test_client_max_age_3600 PASSED
68 tests/test_redirects.py::TestPermanentRedirects::test_redirect_response_is_cached PASSED
69 tests/test_redirects.py::TestPermanentRedirects::test_bust_cache_on_redirect PASSED
70 tests/test_redirects.py::TestMultipleChoicesRedirects::test_multiple_choices_is_cacheable PASSED
71 tests/test_redirects.py::TestMultipleChoicesRedirects::test_bust_cache_on_redirect PASSED
72 tests/test_regressions.py::Test39::test_file_cache_recognizes_consumed_file_handle PASSED
73 tests/test_regressions.py::test_getattr_during_gc PASSED
74 tests/test_serialization.py::TestSerializer::test_load_by_version_v0 PASSED
75 tests/test_serialization.py::TestSerializer::test_load_by_version_v1 PASSED
76 tests/test_serialization.py::TestSerializer::test_load_by_version_v2 PASSED
77 tests/test_serialization.py::TestSerializer::test_load_by_version_v3 PASSED
78 tests/test_serialization.py::TestSerializer::test_read_version_v4 PASSED
79 tests/test_serialization.py::TestSerializer::test_read_latest_version_streamable PASSED
80 tests/test_serialization.py::TestSerializer::test_read_latest_version PASSED
81 tests/test_serialization.py::TestSerializer::test_no_vary_header PASSED
82 tests/test_serialization.py::TestSerializer::test_no_body_creates_response_file_handle_on_dumps PASSED
83 tests/test_serialization.py::TestSerializer::test_no_incomplete_read_on_dumps PASSED
84 tests/test_server_http_version.py::test_http11 PASSED
85 tests/test_storage_filecache.py::TestFileCache::test_filecache_from_cache PASSED
86 tests/test_storage_filecache.py::TestFileCache::test_filecache_directory_not_exists PASSED
87 tests/test_storage_filecache.py::TestFileCache::test_filecache_directory_already_exists PASSED
88 tests/test_storage_filecache.py::TestFileCache::test_key_length PASSED
89 tests/test_storage_filecache.py::TestFileCache::test_simple_lockfile_arg PASSED
90 tests/test_storage_filecache.py::TestFileCache::test_lock_class PASSED
91 tests/test_storage_filecache.py::TestFileCache::test_filecache_with_delete_request PASSED
92 tests/test_storage_filecache.py::TestFileCache::test_filecache_with_put_request PASSED
93 tests/test_storage_filecache.py::TestFileCache::test_body_stored_inline PASSED
94 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_filecache_from_cache PASSED
95 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_filecache_directory_not_exists PASSED
96 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_filecache_directory_already_exists PASSED
97 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_key_length PASSED
98 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_simple_lockfile_arg PASSED
99 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_lock_class PASSED
100 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_filecache_with_delete_request PASSED
101 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_filecache_with_put_request PASSED
102 tests/test_storage_filecache.py::TestSeparateBodyFileCache::test_body_actually_stored_separately PASSED
103 tests/test_storage_redis.py::TestRedisCache::test_set_expiration_datetime PASSED
104 tests/test_storage_redis.py::TestRedisCache::test_set_expiration_datetime_aware PASSED
105 tests/test_storage_redis.py::TestRedisCache::test_set_expiration_int PASSED
106 tests/test_vary.py::TestVary::test_vary_example PASSED
109 ======== 99 passed ========