[Cython] Is trac.cython.org effective for communication?
Stefan Behnel
stefan_ml at behnel.de
Sat Dec 20 11:19:57 CET 2008
Robert Bradshaw wrote:
> It's a pretty easy patch, the only hard part is making a set of files
> to test it with (which, honestly, wasn't any harder than writing this
> email, I just had to sit down and do it). Works great for me. I
> wasn't able to easily add this to the testing framework though.
Yes, the test runner is pretty much made to test one file at a time, so
it's not obvious how to test packages or imports. We could let it recognise
test packages in addition to .pyx files, and it could compile all modules
in the package (including subpackages recursively) and then run a file
"test.pyx" in that package. That would allow us to test imports as well as
package behaviour.
Stefan
More information about the Cython-dev
mailing list