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

Run tests in parallel (as an option) #1

Open
biffen opened this issue Jun 9, 2016 · 0 comments
Open

Run tests in parallel (as an option) #1

biffen opened this issue Jun 9, 2016 · 0 comments
Milestone

Comments

@biffen
Copy link
Member

biffen commented Jun 9, 2016

It should be possible to supply a command line option (e.g. --parallel, -p) that makes (top-level) tests run in parallel. Possibly a second option (e.g. --jobs, -j) will be added to limit the number of tests running at once.

How should output be handled? Probably buffer each test's output and print it after the test has finished.

How should bailing out work? Good question! 😉 This will require some more thinking.

@biffen biffen added this to the v3.1.0 milestone Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant