Open jpellerin opened 12 years ago
It would be really awesome if this were implemented. The killer app IMO would be using Cython (or Pyrex) to write unit tests for C/C++ code without having to write any wrappers. Guess I'll just have to fall back on unittest for now.
Google Code Info: Author: jeff.lau...@gmail.com Created On: 2011-05-13T01:32:48.000Z
This should be possible by how nose imports a module to discover tests. Can you attach a module and test case to reproduce the problem?
Google Code Info: Author: kumar.mcmillan Created On: 2011-05-13T15:36:50.000Z
Does this issue affect the plugin for coverage.py
when collecting coverage measurements for Cython modules?
This may be relevant to: https://github.com/cython/cython/issues/1508.
What steps will reproduce the problem?
What is the expected output? What do you see instead? That it runs the tests inside the extension module, it doesn't.
What version of the product are you using? On what operating system? Using nose 0.10.4, on Ubuntu 9.10.
Google Code Info: Issue #: 327 Author: markflor...@gmail.com Created On: 2010-03-21T13:36:13.000Z Closed On: