Share managed resources in tests (zio tests)

196 views Asked by At

I'm binding an HttpRoute and testing it. That occurs inside a ZManaged context.

Yet I need to use it for each test, which is very resource inefficient.

Is there a way run many labeled tests inside a ZManaged context?

0

There are 0 answers