Tue Feb 6 15:11:44 2007

Ticket #116

nose doesn't allow yielding of just a function


Priority: normal Reporter: ianb@colorstudy.com
Severity: normal Assigned to: jpellerin
Component: nose Status: new
Version:   Resolution:  
Milestone:   Keywords:  

Description by ianb@colorstudy.com:

If you don't yield a function with arguments, but rather just a function, nose will not work. Patch to fix this attached.

Attachments

  • nose_yield.patch (466 bytes) - patch, added by ianb@colorstudy.com on Tue Feb 6 15:12:13 2007.

Changelog

Tue Feb 6 15:12:13 2007: Modified by ianb@colorstudy.com

  • attachment added: nose_yield.patch