On 2012/10/28 Jake Brukhman <
jbr...@gmail.com> wrote:
> I see testing.RunTests, but it's not clear if this function is actually
> meant for this purpose (or how to use it effectively).
>
> Let me discuss the larger issue. I have a suite of tests which is quite
> large and scattered across many files, and all tests depend on an extremely
> expensive setup of a universal test context. Thus, I want to perform this
> setup once before any tests are run and I want to ideally tear it down
> afterwards, though the latter is not crucial.