Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 10, 2023

  • Add TestResults class.

  • Move Regrtest methods to TestResults:

    • accumulate_result(): now takes a RunTests parameter
    • get_executed()
    • no_tests_run()
  • Add methods to TestResults:

    • add_junit()
    • display_result()
    • display_summary()
    • need_rerun()
    • prepare_rerun()
    • write_junit()
  • Rename 'need_rerun' attribute to 'bad_results'.

  • Rename 'total_stats' attribute to 'stats'.

* Add TestResults class.
* Move Regrtest methods to TestResults:

  * accumulate_result(): now takes a RunTests parameter
  * get_executed()
  * no_tests_run()

* Add methods to TestResults:

  * add_junit()
  * display_result()
  * display_summary()
  * need_rerun()
  * prepare_rerun()
  * write_junit()

* Rename 'need_rerun' attribute to 'bad_results'.
* Rename 'total_stats' attribute to 'stats'.
@vstinner vstinner disabled auto-merge September 10, 2023 01:57
@vstinner vstinner enabled auto-merge (squash) September 10, 2023 01:57
@vstinner vstinner disabled auto-merge September 10, 2023 02:26
@vstinner vstinner enabled auto-merge (squash) September 10, 2023 02:26
@vstinner vstinner merged commit db5bfe9 into python:main Sep 10, 2023
@vstinner vstinner deleted the regrtest_refactor11 branch September 10, 2023 02: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