You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cesarob
changed the title
Be able to bootstrap execution
Be able to bootstrap test suite
Feb 29, 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.
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.
The text was updated successfully, but these errors were encountered: