That's correct, nose does only pass the name of the test to the runner
process -- test cases are not necessarily pickleable, so passing the
actual test isn't possible. What's happening here sounds like a
decorator that's returning a new function, but not setting it up
properly to look like the function it is wrapping/replacing.
functools.wraps is good for that, if you're on a recent enough version
of python. nose.tools has a similar function for older pythons,
make_decorator.
JP
> --
> You received this message because you are subscribed to the Google Groups
> "nose-users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nose-users/-/nuTwq9KnJNQJ.
> To post to this group, send email to nose-...@googlegroups.com.
> To unsubscribe from this group, send email to
> nose-users+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nose-users?hl=en.