Add cython py.tests
mdavezac opened this issue · 1 comments
mdavezac commented
tests that are compiled via python
mdavezac commented
py.test does not seem capable of discovering tests in compiled packages.
So instead, we merely allow for cython input files to be specified. These input files should not declare tests themselves, but rather can be imported by pure python test files.