Wed Mar 8 20:49:15 2006

Ticket #3 (Closed: fixed)

use clean config in units


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

Description by jpellerin:

In the unittests in selftest, each class or instance that can take a config argument should get a fresh _Config(), so that the configuration of the driving test runner doesn't leak into the test cases.

Changelog

Wed Mar 8 20:49:23 2006: Modified by jpellerin

  • status changed from new to assigned

Sat Mar 11 09:58:55 2006: Modified by jpellerin

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

This is no longer relevant, after [5] -- all configs are fresh, since there is no global config.