Wed May 17 15:32:25 2006

Ticket #59 (Closed: fixed)

nose.tools.raises hides module of original test


Priority: normal Reporter: jpellerin
Severity: minor Assigned to: jpellerin
Component: nose Status: closed
Version: 0.9a1 Resolution: fixed
Milestone: 0.9b1 Keywords: defect

Description by jpellerin:

When using nose.tools.raises, the test reports look like:

nose.tools.<testfunc>

Instead of:

<testmod>.<testfunc>

raises needs to set the name or module of the wrapper it returns properly.

Changelog

Wed May 17 15:32:29 2006: Modified by jpellerin

  • status changed from new to assigned

Wed May 24 19:04:36 2006: Modified by jpellerin

  • resolution set to fixed
  • status changed from assigned to closed

Fixed in [46]