{"id":17087360,"url":"https://github.com/lgpage/pytest-cython","last_synced_at":"2025-04-13T09:37:11.521Z","repository":{"id":42921163,"uuid":"55361852","full_name":"lgpage/pytest-cython","owner":"lgpage","description":"A pytest plugin that allows for the testing of C extension modules for Python, specifically created through cython","archived":false,"fork":false,"pushed_at":"2025-02-24T18:57:33.000Z","size":147,"stargazers_count":20,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-17T13:09:37.556Z","etag":null,"topics":["cython","pytest","python","test","testing","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lgpage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-03T18:26:48.000Z","updated_at":"2024-12-30T22:22:34.000Z","dependencies_parsed_at":"2024-05-29T17:55:57.659Z","dependency_job_id":"e05fc14a-8a50-4f17-b175-389ad739e0cd","html_url":"https://github.com/lgpage/pytest-cython","commit_stats":{"total_commits":139,"total_committers":6,"mean_commits":"23.166666666666668","dds":"0.49640287769784175","last_synced_commit":"bdd8266f3a9f58e7efd931ab8dbec42bc9e481f7"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgpage%2Fpytest-cython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgpage%2Fpytest-cython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgpage%2Fpytest-cython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgpage%2Fpytest-cython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgpage","download_url":"https://codeload.github.com/lgpage/pytest-cython/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761295,"owners_count":20667895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cython","pytest","python","test","testing","unit-testing"],"created_at":"2024-10-14T13:32:46.898Z","updated_at":"2025-03-27T01:09:53.098Z","avatar_url":"https://github.com/lgpage.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\n[![PyPI Package latest release](https://img.shields.io/pypi/v/pytest-cython.svg?style=flat)](https://pypi.org/project/pytest-cython)\n[![PyPI Package monthly downloads](https://img.shields.io/pypi/dm/pytest-cython.svg?style=flat)](https://pypi.org/project/pytest-cython)\n[![PyPI Wheel](https://img.shields.io/pypi/wheel/pytest-cython.svg?style=flat)](https://pypi.org/project/pytest-cython)\n[![Supported versions](https://img.shields.io/pypi/pyversions/pytest-cython.svg?style=flat)](https://pypi.org/project/pytest-cython)\n[![Supported implementations](https://img.shields.io/pypi/implementation/pytest-cython.svg?style=flat)](https://pypi.org/project/pytest-cython)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pytest-cython.svg)](https://anaconda.org/conda-forge/pytest-cython)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pytest-cython.svg)](https://anaconda.org/conda-forge/pytest-cython)\n\n[![CI Check Status](https://github.com/lgpage/pytest-cython/actions/workflows/python-check.yml/badge.svg?branch=main)](https://github.com/lgpage/pytest-cython/actions/workflows/python-check.yml?query=branch%3Amain)\n[![CI Tests Status](https://github.com/lgpage/pytest-cython/actions/workflows/python-test.yml/badge.svg?branch=main)](https://github.com/lgpage/pytest-cython/actions/workflows/python-test.yml?query=branch%3Amain)\n[![Documentation Status](https://readthedocs.org/projects/pytest-cython/badge/?style=flat)](https://readthedocs.org/projects/pytest-cython)\n\nThis [pytest](https://github.com/pytest-dev/pytest) plugin allows for the doctesting of C extension modules for\nPython, specifically created through [cython](https://cython.org/).\n\n## Installation\n\nYou can install \"pytest-cython\" via [pip](https://pypi.org/project/pip/) from [PyPI](https://pypi.org):\n\n``` shell\npip install pytest-cython\n```\n\n## Usage\n\nBasic usage:\n\n``` shell\npytest --doctest-cython\n```\n\nYou can also run the doctests for a single `.pyx` file as such:\n\n``` shell\npytest --doctest-cython path/to/module.pyx\n```\n\n### Note\n\nIt is assumed that the C extension modules have been build in place before running `py.test` and there is a\nmatching Cython `.pyx` file\n\n## Compatibility\n\nThe following table describes the versions of Pytest and Cython the each version of the pytest-cython plugin is\ncompatible with.\n\n| Version | Pytest | Cython  |\n| ------- | ------ | ------- |\n| 0.3.x   | 8      | 0.29, 3 |\n| 0.2.x   | 6, 7   | 0.29, 3 |\n\n## Issues\n\nIf you encounter any problems, please [file an issue](https://github.com/lgpage/pytest-cython/issues) along with a\ndetailed description.\n\n## Acknowledgements\n\nThis [pytest](https://github.com/pytest-dev/pytest) plugin was generated with\n[cookiecutter](https://github.com/cookiecutter/cookiecutter) along with [\\@hackebrot](https://github.com/hackebrot)'s\n[cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) and\n[\\@ionelmc](https://github.com/ionelmc)'s [cookiecutter-pylibrary](https://github.com/ionelmc/cookiecutter-pylibrary)\ntemplates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgpage%2Fpytest-cython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgpage%2Fpytest-cython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgpage%2Fpytest-cython/lists"}