Thu Mar 9 09:04:10 2006

Ticket #8 (Closed: fixed)

warn on missed test names


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

Description by jpellerin:

When called with test names on the command line, eg:

nosetests foo.bar.test

nose should track what tests it finds and runs, and warn at the end if a specified test name was not found. Not sure where to do the tracking.

Changelog

Thu Mar 9 09:04:15 2006: Modified by jpellerin

  • status changed from new to assigned

Wed Mar 22 22:06:55 2006: Modified by jpellerin

    Probably best to do this as a watcher plugin. Grab a copy of conf.tests at begin, pop them out in beforetest as they are run, and report on any missing in report.

    Sun Apr 2 22:27:28 2006: Modified by jpellerin

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

    Implemented in [18]