Ticket #12480 (confirmed Feature Request)
plone.testing.zca.ZCMLSandbox: push/pop registry per test
Reported by: | wosc | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | plone.testing | Cc: |
Description
The ZODB-layer (errm, that's in zope.app.appsetup now, I think) have this really useful behaviour: you get one DemoStorage on layer setup, and another one stacked on top for each test -- so each test can do whatever it wants in full isolation.
I think it would be useful if the ZCA-stacking behaved likewise.
If there is agreement, I'm more than happy to provide a patch.
Change History
comment:1 Changed 4 years ago by kleist
- Status changed from new to confirmed
- Version set to 4.1
- Component changed from Infrastructure to Sysadmin and Development Infrastructure
Note: See
TracTickets for help on using
tickets.