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: libregrtest: add single.py and result.py #109243

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 10, 2023

  • Add single.py and result.py files.
  • Rename runtest.py to runtests.py.
  • Move run_single_test() function and its helper functions to single.py.
  • Move remove_testfn(), abs_module_name() and normalize_test_name() to utils.py.
  • Move setup_support() to setup.py.
  • Move type hints like TestName to utils.py.
  • Rename runtest.py to runtests.py.

* Add single.py and result.py files.
* Rename runtest.py to runtests.py.
* Move run_single_test() function and its helper functions to
  single.py.
* Move remove_testfn(), abs_module_name() and normalize_test_name()
  to utils.py.
* Move setup_support() to setup.py.
* Move type hints like TestName to utils.py.
* Rename runtest.py to runtests.py.
@vstinner vstinner enabled auto-merge (squash) September 10, 2023 23:45
@vstinner vstinner merged commit 1ec4537 into python:main Sep 11, 2023
@vstinner vstinner deleted the regrtest_refactor14 branch September 11, 2023 00:07
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