Benchmarks
integration_tests/test_add_route_without_decorator.py::test_exception_handling[/async/get/no_dec-get]created1 year ago
, last run11 days ago
integration_tests/test_add_route_without_decorator.py::test_exception_handling[/async/post/no_dec-post]created1 year ago
, last run11 days ago
integration_tests/test_add_route_without_decorator.py::test_exception_handling[/async/put/no_dec-put]created1 year ago
, last run11 days ago
integration_tests/test_add_route_without_decorator.py::test_exception_handling[/sync/get/no_dec-get]created1 year ago
, last run11 days ago
integration_tests/test_add_route_without_decorator.py::test_exception_handling[/sync/post/no_dec-post]created1 year ago
, last run11 days ago
integration_tests/test_add_route_without_decorator.py::test_exception_handling[/sync/put/no_dec-put]created1 year ago
, last run11 days ago
integration_tests/test_app.py::test_add_request_headercreated2 years ago
, last run11 days ago
integration_tests/test_app.py::test_add_response_headercreated2 years ago
, last run11 days ago
integration_tests/test_app.py::test_allow_corscreated2 years ago
, last run11 days ago
integration_tests/test_app.py::test_lifecycle_handlerscreated2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_invalid_authentication_header[async]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_invalid_authentication_header[sync]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_invalid_authentication_no_token[async]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_invalid_authentication_no_token[sync]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_invalid_authentication_token[async]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_invalid_authentication_token[sync]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_valid_authentication[async]created2 years ago
, last run11 days ago
integration_tests/test_authentication.py::test_valid_authentication[sync]created2 years ago
, last run11 days ago
integration_tests/test_base_url.py::test_default_url_index_requestcreated2 years ago
, last run11 days ago
integration_tests/test_base_url.py::test_dev_index_requestcreated2 years ago
, last run11 days ago
integration_tests/test_base_url.py::test_global_index_requestcreated2 years ago
, last run11 days ago
integration_tests/test_base_url.py::test_local_index_requestcreated2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/async/dict-async dict get-async-dict]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/async/dict/const-async dict const get-async_const-dict]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/async/response-async response get-async-response]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/async/response/const-async response const get-async_const-response]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/async/str-async str get-None-None]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/async/str/const-async str const get-None-None]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/sync/dict-sync dict get-sync-dict]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/sync/dict/const-sync dict const get-sync_const-dict]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/sync/response-sync response get-sync-response]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/sync/response/const-sync response const get-sync_const-response]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/sync/str-sync str get-None-None]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_basic_get[/sync/str/const-sync str const get-None-None]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_http_request_info_get[/async/http/param-expected_json1]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_http_request_info_get[/sync/http/param-expected_json0]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_json_get[/async/json-expected_json1]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_json_get[/async/json/const-expected_json3]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_json_get[/sync/json-expected_json0]created2 years ago
, last run11 days ago
integration_tests/test_basic_routes.py::test_json_get[/sync/json/const-expected_json2]created2 years ago
, last run11 days ago
integration_tests/test_binary_output.py::test_binary_output[/async/octet-async octet]created2 years ago
, last run11 days ago
integration_tests/test_binary_output.py::test_binary_output[/async/octet/response-async octet response]created2 years ago
, last run11 days ago
integration_tests/test_binary_output.py::test_binary_output[/sync/octet-sync octet]created2 years ago
, last run11 days ago
integration_tests/test_binary_output.py::test_binary_output[/sync/octet/response-sync octet response]created2 years ago
, last run11 days ago
integration_tests/test_delete_requests.py::test_delete[async]created2 years ago
, last run11 days ago
integration_tests/test_delete_requests.py::test_delete[sync]created2 years ago
, last run11 days ago
integration_tests/test_delete_requests.py::test_delete_with_param[async]created2 years ago
, last run11 days ago
integration_tests/test_delete_requests.py::test_delete_with_param[sync]created2 years ago
, last run11 days ago
integration_tests/test_env_populator.py::test_env_populationcreated2 years ago
, last run11 days ago
integration_tests/test_exception_handling.py::test_exception_handling[/async/exception/get-get]created2 years ago
, last run11 days ago
integration_tests/test_exception_handling.py::test_exception_handling[/async/exception/post-post]created2 years ago
, last run11 days ago
integration_tests/test_exception_handling.py::test_exception_handling[/async/exception/put-put]created2 years ago
, last run11 days ago
integration_tests/test_exception_handling.py::test_exception_handling[/sync/exception/get-get]created2 years ago
, last run11 days ago
integration_tests/test_exception_handling.py::test_exception_handling[/sync/exception/post-post]created2 years ago
, last run11 days ago
integration_tests/test_exception_handling.py::test_exception_handling[/sync/exception/put-put]created2 years ago
, last run11 days ago
integration_tests/test_file_download.py::test_file_download[async]created2 years ago
, last run11 days ago
integration_tests/test_file_download.py::test_file_download[sync]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_cookies[fakesession-fake-cookie-session-value]created6 months ago
, last run11 days ago
integration_tests/test_get_requests.py::test_param[async]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_param[sync]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_param_suffix[async]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_param_suffix[sync]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_queries[async]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_queries[sync]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_serve_html[async]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_serve_html[sync]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_template[async]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_template[sync]created2 years ago
, last run11 days ago
integration_tests/test_get_requests.py::test_trailing_slashcreated7 months ago
, last run11 days ago
integration_tests/test_middlewares.py::test_global_middlewarecreated2 years ago
, last run11 days ago
integration_tests/test_middlewares.py::test_middlewares[async]created2 years ago
, last run11 days ago
integration_tests/test_middlewares.py::test_middlewares[sync]created2 years ago
, last run11 days ago
integration_tests/test_middlewares.py::test_response_in_before_middlewarecreated2 years ago
, last run11 days ago
integration_tests/test_multipart_data.py::test_form_data[sync]created9 months ago
, last run11 days ago
integration_tests/test_multipart_data.py::test_multipart_file[sync]created9 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_add_openapi_pathcreated5 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_add_subrouter_pathscreated5 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_custom_openapi_speccreated2 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_docs_handlercreated5 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_json_handlercreated5 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_openapi_query_paramscreated3 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_openapi_request_bodycreated4 months ago
, last run11 days ago
integration_tests/test_openapi.py::test_openapi_response_bodycreated3 months ago
, last run11 days ago
integration_tests/test_patch_requests.py::test_patch[async]created2 years ago
, last run11 days ago
integration_tests/test_patch_requests.py::test_patch[sync]created2 years ago
, last run11 days ago
integration_tests/test_patch_requests.py::test_patch_with_param[async]created2 years ago
, last run11 days ago
integration_tests/test_patch_requests.py::test_patch_with_param[sync]created2 years ago
, last run11 days ago
integration_tests/test_post_requests.py::test_post[async]created2 years ago
, last run11 days ago
integration_tests/test_post_requests.py::test_post[sync]created2 years ago
, last run11 days ago
integration_tests/test_post_requests.py::test_post_with_param[async]created2 years ago
, last run11 days ago
integration_tests/test_post_requests.py::test_post_with_param[sync]created2 years ago
, last run11 days ago
integration_tests/test_put_requests.py::test_put[async]created2 years ago
, last run11 days ago
integration_tests/test_put_requests.py::test_put[sync]created2 years ago
, last run11 days ago
integration_tests/test_put_requests.py::test_put_with_param[async]created2 years ago
, last run11 days ago
integration_tests/test_put_requests.py::test_put_with_param[sync]created2 years ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_body[split_request_typed-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_body[split_request_typed-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_body[split_request_untyped-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_body[split_request_untyped-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_combined[split_request_typed-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_combined[split_request_typed-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_combined[split_request_untyped-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_combined[split_request_untyped-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_combined_failure[async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_combined_failure[sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_headers[split_request_typed-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_headers[split_request_typed-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_headers[split_request_untyped-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_headers[split_request_untyped-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_method[split_request_typed-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_method[split_request_typed-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_method[split_request_untyped-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_method[split_request_untyped-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_path_params[split_request_typed-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_path_params[split_request_typed-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_path_params[split_request_untyped-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_path_params[split_request_untyped-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_query_params[split_request_typed-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_query_params[split_request_typed-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_query_params[split_request_untyped-async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_get_query_params[split_request_untyped-sync]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_typed_untyped_post_combined[async]created4 months ago
, last run11 days ago
integration_tests/test_split_request_params.py::test_split_request_params_typed_untyped_post_combined[sync]created4 months ago
, last run11 days ago
integration_tests/test_status_code.py::test_202_status_codecreated2 years ago
, last run11 days ago
integration_tests/test_status_code.py::test_404_not_foundcreated2 years ago
, last run11 days ago
integration_tests/test_status_code.py::test_404_status_codecreated2 years ago
, last run11 days ago
integration_tests/test_status_code.py::test_sync_500_internal_server_error[async]created2 years ago
, last run11 days ago
integration_tests/test_status_code.py::test_sync_500_internal_server_error[sync]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[delete]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[get]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[options]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[patch]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[post]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[put]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router[trace]created2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router_headcreated2 years ago
, last run11 days ago
integration_tests/test_subrouter.py::test_sub_router_web_socketcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_get_async_decorator_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_get_async_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_get_sync_decorator_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_get_sync_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_post_async_decorator_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_post_async_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_post_sync_decorator_viewcreated2 years ago
, last run11 days ago
integration_tests/test_views.py::test_post_sync_viewcreated2 years ago
, last run11 days ago
integration_tests/test_web_sockets.py::test_web_socket_raw_benchmarkcreated2 years ago
, last acknowledgement1 year ago
© 2024 CodSpeed Technology