UCL / GreatCMakeCookOff

Bunch of CMake pain in the baker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add cython py.tests

mdavezac opened this issue · 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.