# Road to 100% Test Coverage on notion-sdk-py

DevFeed: [Road to 100% Test Coverage on notion-sdk-py](<https://devfeed.tech/articles/road-to-100-test-coverage-on-notion-sdk-py-40833.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2022/12/road-100-coverage-notion/>)

Published: 2022-12-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [test-coverage](<https://devfeed.tech/topics/test-coverage.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Python](<https://devfeed.tech/topics/python.md>), [Pytest](<https://devfeed.tech/topics/pytest.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Notion](<https://devfeed.tech/topics/notion.md>)

Tags: [pytest](<https://devfeed.tech/tags/pytest.md>), [python](<https://devfeed.tech/tags/python.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [test-coverage](<https://devfeed.tech/tags/test-coverage.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

A practical discussion of improving test coverage for notion-sdk-py using pytest. It explains what coverage measures, why 100% coverage does not guarantee meaningful tests, and how testing can reveal areas for improvement.

## Source excerpt

There is something bizarre with me if two of my favourite activities are writing documentation and hitting my head against tests, which are...