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

Fix paramters for ParallelTestSuite and RemoteTestRunner. #1072

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

PIG208
Copy link
Contributor

@PIG208 PIG208 commented Jul 22, 2022

A new parameter buffer was added. suites was renamed to subsuites.

ParallelTestSuite:
https://github.com/django/django/blob/2fac0a18081dcc77fc860c801e5d727dc90435b3/django/test/runner.py#L468-L475

RemoteTestRunner:
https://github.com/django/django/blob/2fac0a18081dcc77fc860c801e5d727dc90435b3/django/test/runner.py#L350

buffer was added in django/django@f6713cd,
suites was renamed in django/django@cb6c197.
Both of these changes were made in 4.1rc1.

Signed-off-by: Zixuan James Li p359101898@gmail.com

I have made things!

Related issues

A new parameter `buffer` is added. `suites` is renamed to `subsuites`.

ParallelTestSuite:
https://github.com/django/django/blob/2fac0a18081dcc77fc860c801e5d727dc90435b3/django/test/runner.py#L468-L475

RemoteTestRunner:
https://github.com/django/django/blob/2fac0a18081dcc77fc860c801e5d727dc90435b3/django/test/runner.py#L350

`buffer` was added in django/django@f6713cd,
`suites` was renamed in django/django@cb6c197.
Both of these changes were made in 4.1rc1.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
Copy link
Contributor

@adamchainz adamchainz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sobolevn sobolevn merged commit 3bc8278 into typeddjango:master Sep 20, 2022
@PIG208 PIG208 deleted the runner branch September 20, 2022 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants