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

gh-109162: Refactor Regrtest.action_run_tests() #109170

Merged
merged 1 commit into from
Sep 9, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 8, 2023

Refator Regrtest class:

  • Rename finalize() finalize_tests().
  • Pass tracer to run_test() and finalize_tests(). Remove Regrtest.tracer.
  • run_test() does less things: move code to its caller.

Refator Regrtest class:

* Rename finalize() finalize_tests().
* Pass tracer to run_test() and finalize_tests(). Remove Regrtest.tracer.
* run_test() does less things: move code to its caller.
@vstinner vstinner enabled auto-merge (squash) September 9, 2023 00:00
@vstinner vstinner merged commit 489ca0a into python:main Sep 9, 2023
@vstinner vstinner deleted the regrtest_refactor3 branch September 9, 2023 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants