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

Tester: parallel running of tests #399

Open
janedbal opened this issue Nov 25, 2015 · 7 comments
Open

Tester: parallel running of tests #399

janedbal opened this issue Nov 25, 2015 · 7 comments

Comments

@janedbal
Copy link

Docs says "Later we learn that tests run in parallel.", but what is running in parallel? Each test file? Each TestCase class? Each test method in TestCase class? This is very very important information.

@milo
Copy link
Member

milo commented Nov 25, 2015

Doc would deserve some update on this topic.

In parallel applies on test files. And when TestCase uses @testCase, it applies to every TestCase testMethod() too.

@dg
Copy link
Member

dg commented Aug 25, 2017

@milo could you help us to reach "issues zero" and update doc? :-)

@milo
Copy link
Member

milo commented Aug 25, 2017

Sure! I tollay forgot about this issue.

@milo milo self-assigned this Aug 25, 2017
@f3l1x
Copy link
Member

f3l1x commented Sep 13, 2017

@milo How is it going? :-)

@milo
Copy link
Member

milo commented Sep 14, 2017

I started working on it this week. It's quite difficult to explain it in a short way :-/ Maybe I'll create new page.

@f3l1x
Copy link
Member

f3l1x commented Oct 26, 2017

Any updates @milo? Can I help you?

@janedbal
Copy link
Author

Any updates?

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

4 participants