.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/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