.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.travis.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/build/html/.buildinfo
docs/build/html/changelog.html
docs/build/html/contributing.html
docs/build/html/genindex-M.html
docs/build/html/genindex-P.html
docs/build/html/genindex-all.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/installation.html
docs/build/html/objects.inv
docs/build/html/py-modindex.html
docs/build/html/readme.html
docs/build/html/search.html
docs/build/html/searchindex.js
docs/build/html/usage.html
docs/build/html/.doctrees/changelog.doctree
docs/build/html/.doctrees/contributing.doctree
docs/build/html/.doctrees/environment.pickle
docs/build/html/.doctrees/index.doctree
docs/build/html/.doctrees/installation.doctree
docs/build/html/.doctrees/readme.doctree
docs/build/html/.doctrees/usage.doctree
docs/build/html/.doctrees/reference/index.doctree
docs/build/html/.doctrees/reference/pytest_cython.doctree
docs/build/html/_sources/changelog.rst.txt
docs/build/html/_sources/contributing.rst.txt
docs/build/html/_sources/index.rst.txt
docs/build/html/_sources/installation.rst.txt
docs/build/html/_sources/readme.rst.txt
docs/build/html/_sources/usage.rst.txt
docs/build/html/_sources/reference/index.rst.txt
docs/build/html/_sources/reference/pytest_cython.rst.txt
docs/build/html/_static/basic.css
docs/build/html/_static/classic.css
docs/build/html/_static/copybutton.js
docs/build/html/_static/doctools.js
docs/build/html/_static/documentation_options.js
docs/build/html/_static/favicon.png
docs/build/html/_static/file.png
docs/build/html/_static/jquery-3.5.1.js
docs/build/html/_static/jquery.js
docs/build/html/_static/language_data.js
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/pydoctheme.css
docs/build/html/_static/pygments.css
docs/build/html/_static/right-red@2x.png
docs/build/html/_static/searchtools.js
docs/build/html/_static/sidebar.js
docs/build/html/_static/underscore-1.12.0.js
docs/build/html/_static/underscore.js
docs/build/html/reference/index.html
docs/build/html/reference/pytest_cython.html
docs/reference/index.rst
docs/reference/pytest_cython.rst
src/pytest_cython/__init__.py
src/pytest_cython/plugin.py
src/pytest_cython.egg-info/PKG-INFO
src/pytest_cython.egg-info/SOURCES.txt
src/pytest_cython.egg-info/dependency_links.txt
src/pytest_cython.egg-info/entry_points.txt
src/pytest_cython.egg-info/not-zip-safe
src/pytest_cython.egg-info/requires.txt
src/pytest_cython.egg-info/top_level.txt
tests/conftest.py
tests/test_pytest_cython.py
tests/example-project/.gitignore
tests/example-project/setup.py
tests/example-project/build/temp.linux-x86_64-2.7/src/pypackage/cython_ext_module.o
tests/example-project/build/temp.linux-x86_64-2.7/src/pypackage/wrap_c_ext_module.o
tests/example-project/build/temp.linux-x86_64-2.7/src/pypackage/wrap_cpp_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.6/src/pypackage/cython_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.6/src/pypackage/wrap_c_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.6/src/pypackage/wrap_cpp_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.7/src/pypackage/cython_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.7/src/pypackage/wrap_c_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.7/src/pypackage/wrap_cpp_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.8/src/pypackage/cython_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.8/src/pypackage/wrap_c_ext_module.o
tests/example-project/build/temp.linux-x86_64-3.8/src/pypackage/wrap_cpp_ext_module.o
tests/example-project/src/__init__.py
tests/example-project/src/clib/CMakeLists.txt
tests/example-project/src/clib/sqrc.c
tests/example-project/src/clib/sqrcpp.cpp
tests/example-project/src/pypackage/__init__.py
tests/example-project/src/pypackage/cython_ext_module.pxd
tests/example-project/src/pypackage/cython_ext_module.pyx
tests/example-project/src/pypackage/pure_py_module.py
tests/example-project/src/pypackage/wrap_c_ext_module.pyx
tests/example-project/src/pypackage/wrap_cpp_ext_module.pyx