mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Be able to bootstrap test suite

Open cesarob opened this issue 9 years ago • 3 comments

Sometimes before run the test suite you need to bootstrap the project. It would be an interesting feature for the runner. You can sorted it out importing a module in all your test modules, but it is more clean to be able to do it with the runner.

cesarob avatar Feb 29 '16 10:02 cesarob

Will take a look, thanks!

nestorsalceda avatar Apr 27 '16 10:04 nestorsalceda

@cesarob What do you mean exactly? Something like a mamba --init which creates the spec folder and maybe a sample spec file?

angelsanzn avatar May 16 '16 11:05 angelsanzn

This is a feature common in testing runners. For example in py.test and nose they are called configuration files. Other runner I know it explicitely call it bootstrap, file phpunit.

cesarob avatar May 23 '16 10:05 cesarob