*No copyright* MIT License -------------------------- pytest-cython-0.2.1/setup.py MIT License ----------- pytest-cython-0.2.1/LICENSE.md Unknown or generated -------------------- pytest-cython-0.2.1/.bumpversion.cfg pytest-cython-0.2.1/.coveragerc pytest-cython-0.2.1/.editorconfig pytest-cython-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md pytest-cython-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md pytest-cython-0.2.1/.github/workflows/python-check.yml pytest-cython-0.2.1/.github/workflows/python-publish.yml pytest-cython-0.2.1/.github/workflows/python-test.yml pytest-cython-0.2.1/.vscode/launch.json pytest-cython-0.2.1/CHANGELOG.md pytest-cython-0.2.1/CODE_OF_CONDUCT.md pytest-cython-0.2.1/CONTRIBUTING.md pytest-cython-0.2.1/MANIFEST.in pytest-cython-0.2.1/README.md pytest-cython-0.2.1/docs/conf.py pytest-cython-0.2.1/docs/index.rst pytest-cython-0.2.1/docs/requirements.txt pytest-cython-0.2.1/docs/spelling_wordlist.txt pytest-cython-0.2.1/noxfile.py pytest-cython-0.2.1/renovate.json pytest-cython-0.2.1/requirements-dev.txt pytest-cython-0.2.1/setup.cfg pytest-cython-0.2.1/src/pytest_cython/__init__.py pytest-cython-0.2.1/src/pytest_cython/plugin.py pytest-cython-0.2.1/tests/conftest.py pytest-cython-0.2.1/tests/example-project/setup.py pytest-cython-0.2.1/tests/example-project/src/clib/CMakeLists.txt pytest-cython-0.2.1/tests/example-project/src/clib/sqrc.c pytest-cython-0.2.1/tests/example-project/src/clib/sqrcpp.cpp pytest-cython-0.2.1/tests/example-project/src/pypackage/cython_ext_module.pxd pytest-cython-0.2.1/tests/example-project/src/pypackage/cython_ext_module.pyx pytest-cython-0.2.1/tests/example-project/src/pypackage/pure_py_module.py pytest-cython-0.2.1/tests/example-project/src/pypackage/wrap_c_ext_module.pyx pytest-cython-0.2.1/tests/example-project/src/pypackage/wrap_cpp_ext_module.pyx pytest-cython-0.2.1/tests/test_pytest_cython.py