Bad storage isolation support for functional tests
Bug #791525 reported by
Fred Drake
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| zope.app.testing |
Confirmed
|
Undecided
|
Unassigned | ||
Bug Description
zope.app.
The effect is that tests in a single layer accumulate setup artifacts, though the tests methods/docs themselves are isolated.
| Changed in zope.app.testing: | |
| status: | New → Confirmed |
To post a comment you must log in.

Fixing this has a high potential for impacting dependent projects, which are likely relying on this property of setup functions inadvertently. This bug has been present for a very long time.