painless icon indicating copy to clipboard operation
painless copied to clipboard

Add support for before() and after()?

Open af opened this issue 7 years ago • 1 comments

Painless already has beforeEach() and afterEach(), but for some cases before/after are preferable. For example I'm writing some integration tests, and I want to spin up an http server before the test group, and then close it when all the tests have run. Starting/stopping with every test slows down the tests considerably.

Does this sound like a worthwhile feature addition?

af avatar Oct 12 '16 19:10 af