Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Sep 9, 2023

  • Rename runtest() to run_single_test().

  • Pass runtests to run_single_test().

  • Add type annotation to Regrtest attributes. Add missing attributes to Namespace.

  • Add attributes to Regrtest and RunTests:

    • fail_fast
    • ignore_tests
    • match_tests
    • output_on_failure
    • pgo
    • pgo_extended
    • timeout
  • Get pgo from 'runtests', rather than from 'ns'.

  • Remove WorkerJob.match_tests.

  • setup_support() now gets pgo_extended from runtests.

  • save_env(): change parameter order, pass test_name first.

  • Add setup_test_dir() function.

  • Pass runtests to setup_tests().

* Rename runtest() to run_single_test(). * Pass runtests to run_single_test(). * Add type annotation to Regrtest attributes. Add missing attributes to Namespace. * Add attributes to Regrtest and RunTests: * fail_fast * ignore_tests * match_tests * output_on_failure * pgo * pgo_extended * timeout * Get pgo from 'runtests', rather than from 'ns'. * Remove WorkerJob.match_tests. * setup_support() now gets pgo_extended from runtests. * save_env(): change parameter order, pass test_name first. * Add setup_test_dir() function. * Pass runtests to setup_tests().
@vstinnervstinner enabled auto-merge (squash) September 9, 2023 01:14
@vstinnervstinner merged commit e9e2ca7 into python:mainSep 9, 2023
@vstinnervstinner deleted the regrtest_refactor5 branch September 9, 2023 01:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@bedevere-bot