◐ Shell
clean mode source ↗

bpo-42639: Add script_helper.run_test_script() by vstinner · Pull Request #23777 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 2 commits into

Dec 15, 2020

Conversation

@vstinner

  • Add run_test_script() function to test.support.script_helper.
  • Rename Lib/test/eintrdata/eintr_tester.pyto
    Lib/test/_test_eintr.py.
  • test_eintr.py uses run_test_script().

https://bugs.python.org/issue42639

* Add run_test_script() function to test.support.script_helper.
* Rename Lib/test/eintrdata/eintr_tester.pyto
  Lib/test/_test_eintr.py.
* test_eintr.py uses run_test_script().

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
* Add run_test_script() function to test.support.script_helper.
* Rename Lib/test/eintrdata/eintr_tester.py to
  Lib/test/_test_eintr.py.
* test_eintr.py uses run_test_script().

Labels