Coverage report: 100%

Files Functions Classes

coverage.py v7.6.10, created at 2026-04-02 22:10 +0200

File function statements missing excluded coverage
notion_client/__init__.py (no function) 4 0 0 100%
notion_client/api_endpoints.py Endpoint.__init__ 1 0 0 100%
notion_client/api_endpoints.py BlocksChildrenEndpoint.append 1 0 0 100%
notion_client/api_endpoints.py BlocksChildrenEndpoint.list 1 0 0 100%
notion_client/api_endpoints.py BlocksEndpoint.__init__ 2 0 0 100%
notion_client/api_endpoints.py BlocksEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py BlocksEndpoint.update 1 0 0 100%
notion_client/api_endpoints.py BlocksEndpoint.delete 1 0 0 100%
notion_client/api_endpoints.py DatabasesEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py DatabasesEndpoint.update 1 0 0 100%
notion_client/api_endpoints.py DatabasesEndpoint.create 1 0 0 100%
notion_client/api_endpoints.py DataSourcesEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py DataSourcesEndpoint.query 1 0 0 100%
notion_client/api_endpoints.py DataSourcesEndpoint.create 1 0 0 100%
notion_client/api_endpoints.py DataSourcesEndpoint.update 1 0 0 100%
notion_client/api_endpoints.py DataSourcesEndpoint.list_templates 1 0 0 100%
notion_client/api_endpoints.py PagesPropertiesEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py PagesEndpoint.__init__ 2 0 0 100%
notion_client/api_endpoints.py PagesEndpoint.create 1 0 0 100%
notion_client/api_endpoints.py PagesEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py PagesEndpoint.update 1 0 0 100%
notion_client/api_endpoints.py PagesEndpoint.move 1 0 0 100%
notion_client/api_endpoints.py UsersEndpoint.list 1 0 0 100%
notion_client/api_endpoints.py UsersEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py UsersEndpoint.me 1 0 0 100%
notion_client/api_endpoints.py SearchEndpoint.__call__ 1 0 0 100%
notion_client/api_endpoints.py CommentsEndpoint.create 1 0 0 100%
notion_client/api_endpoints.py CommentsEndpoint.list 1 0 0 100%
notion_client/api_endpoints.py CommentsEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py FileUploadsEndpoint.create 1 0 0 100%
notion_client/api_endpoints.py FileUploadsEndpoint.complete 1 0 0 100%
notion_client/api_endpoints.py FileUploadsEndpoint.retrieve 1 0 0 100%
notion_client/api_endpoints.py FileUploadsEndpoint.list 1 0 0 100%
notion_client/api_endpoints.py FileUploadsEndpoint.send 1 0 0 100%
notion_client/api_endpoints.py OAuthEndpoint.token 1 0 0 100%
notion_client/api_endpoints.py OAuthEndpoint.introspect 1 0 0 100%
notion_client/api_endpoints.py OAuthEndpoint.revoke 1 0 0 100%
notion_client/api_endpoints.py (no function) 51 0 2 100%
notion_client/client.py BaseClient.__init__ 18 0 0 100%
notion_client/client.py BaseClient.client 1 0 0 100%
notion_client/client.py BaseClient.client 6 0 0 100%
notion_client/client.py BaseClient._build_request 24 0 0 100%
notion_client/client.py BaseClient._parse_response 8 0 0 100%
notion_client/client.py BaseClient.request 0 0 1 100%
notion_client/client.py Client.__init__ 3 0 0 100%
notion_client/client.py Client.__enter__ 3 0 0 100%
notion_client/client.py Client.__exit__ 2 0 0 100%
notion_client/client.py Client.close 1 0 0 100%
notion_client/client.py Client.request 6 0 0 100%
notion_client/client.py AsyncClient.__init__ 3 0 0 100%
notion_client/client.py AsyncClient.__aenter__ 3 0 0 100%
notion_client/client.py AsyncClient.__aexit__ 2 0 0 100%
notion_client/client.py AsyncClient.aclose 1 0 0 100%
notion_client/client.py AsyncClient.request 6 0 0 100%
notion_client/client.py (no function) 42 0 11 100%
notion_client/errors.py NotionClientErrorBase.__init__ 1 0 0 100%
notion_client/errors.py is_notion_client_error 1 0 0 100%
notion_client/errors.py _is_notion_client_error_with_code 6 0 0 100%
notion_client/errors.py RequestTimeoutError.__init__ 1 0 0 100%
notion_client/errors.py RequestTimeoutError.is_request_timeout_error 1 0 0 100%
notion_client/errors.py RequestTimeoutError.reject_after_timeout 4 0 0 100%
notion_client/errors.py InvalidPathParameterError.__init__ 1 0 0 100%
notion_client/errors.py InvalidPathParameterError.is_invalid_path_parameter_error 1 0 0 100%
notion_client/errors.py validate_request_path 6 0 0 100%
notion_client/errors.py HTTPResponseError.__init__ 7 0 0 100%
notion_client/errors.py is_http_response_error 1 0 0 100%
notion_client/errors.py UnknownHTTPResponseError.__init__ 5 0 0 100%
notion_client/errors.py UnknownHTTPResponseError.is_unknown_http_response_error 1 0 0 100%
notion_client/errors.py APIResponseError.is_api_response_error 1 0 0 100%
notion_client/errors.py build_request_error 4 0 0 100%
notion_client/errors.py _parse_api_error_response_body 18 0 0 100%
notion_client/errors.py _is_api_error_code 1 0 0 100%
notion_client/errors.py (no function) 76 0 0 100%
notion_client/helpers.py pick 9 0 0 100%
notion_client/helpers.py get_url 1 0 0 100%
notion_client/helpers.py get_id 8 0 0 100%
notion_client/helpers.py iterate_paginated_api 8 0 0 100%
notion_client/helpers.py collect_paginated_api 1 0 0 100%
notion_client/helpers.py async_iterate_paginated_api 8 0 0 100%
notion_client/helpers.py async_collect_paginated_api 1 0 0 100%
notion_client/helpers.py is_full_block 1 0 0 100%
notion_client/helpers.py is_full_page 1 0 0 100%
notion_client/helpers.py is_full_data_source 1 0 0 100%
notion_client/helpers.py is_full_database 1 0 0 100%
notion_client/helpers.py is_full_page_or_data_source 3 0 0 100%
notion_client/helpers.py is_full_user 1 0 0 100%
notion_client/helpers.py is_full_comment 1 0 0 100%
notion_client/helpers.py is_text_rich_text_item_response 1 0 0 100%
notion_client/helpers.py is_equation_rich_text_item_response 1 0 0 100%
notion_client/helpers.py is_mention_rich_text_item_response 1 0 0 100%
notion_client/helpers.py _format_uuid 3 0 0 100%
notion_client/helpers.py extract_notion_id 20 0 0 100%
notion_client/helpers.py extract_database_id 1 0 0 100%
notion_client/helpers.py extract_page_id 1 0 0 100%
notion_client/helpers.py extract_block_id 7 0 0 100%
notion_client/helpers.py iterate_data_source_templates 7 0 1 100%
notion_client/helpers.py collect_data_source_templates 1 0 0 100%
notion_client/helpers.py async_iterate_data_source_templates 7 0 1 100%
notion_client/helpers.py async_collect_data_source_templates 1 0 0 100%
notion_client/helpers.py (no function) 30 0 0 100%
notion_client/logging.py make_console_logger 6 0 0 100%
notion_client/logging.py (no function) 3 0 0 100%
notion_client/typing.py (no function) 3 0 0 100%
Total   496 0 16 100%

No items found using the specified filter.