awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jaklimoff avatar

jaklimoff/pytest-pointers

0
View on GitHub↗
7 stars·0 forks·Python·8 views

Pytest Pointers

Code coverage tools like coverage.py show you the instrumented code coverage of your tests, however it won't tell you if you've written specific unit tests for each of your code's units (here unit meaning function).

Features

  • Testing Plugins - Tracking test coverage metrics for codebases.

Star history

Star history chart for jaklimoff/pytest-pointersStar history chart for jaklimoff/pytest-pointers

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pytest Pointers

Similar open-source projects, ranked by how many features they share with Pytest Pointers.
  • adamchainz/pytest-reverseadamchainz avatar

    adamchainz/pytest-reverse

    29View on GitHub↗

    pytest-reverse

    Python
    View on GitHub↗29
  • afluent/afluentAFLuent avatar

    AFLuent/AFLuent

    11View on GitHub↗

    Spectrum Based Fault Localization Plugin for PyTest

    Python
    View on GitHub↗11
  • ainsleymcgrath/pytest-embraceainsleymcgrath avatar

    ainsleymcgrath/pytest-embrace

    11View on GitHub↗

    The pytest-embrace plugin enables judicious, repeatable, lucid unit testing using.

    Python
    View on GitHub↗11
  • 05798/pytest-git-selector05798 avatar

    05798/pytest-git-selector

    10View on GitHub↗

    pytest-git-selector is a simple project to automatically select tests that have been affected by code changes. This is mainly useful for reducing the number of tests in frequently run CI/CD jobs on feature branches (e.g. running tests based on differences between the merge base and the feature…

    Python
    View on GitHub↗10
See all 30 alternatives to Pytest Pointers→

Frequently asked questions

What does jaklimoff/pytest-pointers do?

Code coverage tools like coverage.py show you the instrumented code coverage of your tests, however it won't tell you if you've written specific unit tests for each of your code's units (here unit meaning function).

What are the main features of jaklimoff/pytest-pointers?

The main features of jaklimoff/pytest-pointers are: Testing Plugins.

What are some open-source alternatives to jaklimoff/pytest-pointers?

Open-source alternatives to jaklimoff/pytest-pointers include: adamchainz/pytest-reverse — pytest-reverse. afluent/afluent — Spectrum Based Fault Localization Plugin for PyTest. ainsleymcgrath/pytest-embrace — The pytest-embrace plugin enables judicious, repeatable, lucid unit testing using. bloomberg/pytest-memray — pytest-memray is a pytest plugin for easy integration of memray. bp72/pytest-skipuntil — pytest-skipuntil. 05798/pytest-git-selector — pytest-git-selector is a simple project to automatically select tests that have been affected by code changes. This is…