Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to bootstrap test suite #76

Open
cesarob opened this issue Feb 29, 2016 · 3 comments
Open

Be able to bootstrap test suite #76

cesarob opened this issue Feb 29, 2016 · 3 comments

Comments

@cesarob
Copy link

cesarob commented Feb 29, 2016

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 cesarob changed the title Be able to bootstrap execution Be able to bootstrap test suite Feb 29, 2016
@nestorsalceda
Copy link
Owner

Will take a look, thanks!

@angelsanzn
Copy link
Contributor

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

@cesarob
Copy link
Author

cesarob commented May 23, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants