On 10 January 2012 10:29, Jonathan Lange <email address hidden> wrote:
> Some thoughts:
>
> * zope.testing already outputs a 'zope:layer' tag after emitting the
> start of the test that represents the layer
> * It treats layers as tests to provide a place to put layer
> setUp/tearDown errors
> * It would be nicer for testr to not know about layers, but rather to
> achieve the same result with (not yet existing) subunit filtering
> tools
On 10 January 2012 10:29, Jonathan Lange <email address hidden> wrote:
> Some thoughts:
>
> * zope.testing already outputs a 'zope:layer' tag after emitting the
> start of the test that represents the layer
> * It treats layers as tests to provide a place to put layer
> setUp/tearDown errors
> * It would be nicer for testr to not know about layers, but rather to
> achieve the same result with (not yet existing) subunit filtering
> tools
Yeah, we just found that :). Thanks.