UCL/GreatCMakeCookOff

Add cython py.tests

mdavezac opened this issue · 1 comments

tests that are compiled via python

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.