python / cpython

The Python programming language
https://www.python.org
Other
63.87k stars 30.57k forks source link

Make test.script_helper more comprehensive, and use it in the test suite #53726

Open pitrou opened 14 years ago

pitrou commented 14 years ago
BPO 9517
Nosy @ncoghlan, @pitrou, @ezio-melotti, @bitdancer, @voidspace, @berkerpeksag, @serhiy-storchaka
Dependencies
  • bpo-23981: Update test_unicodedata.py to use script_helpers
  • bpo-24033: Update _test_multiprocessing.py to use script helpers
  • bpo-24279: Update test_base64 to use test.support.script_helper
  • bpo-24398: Update test_capi to use test.support.script_helper
  • Files
  • script_helper_del_refcount.patch
  • iss9517_move_script_helpers_py.patch
  • iss9517_move_script_helpers_py.patch
  • iss9517_move_script_helpers.patch
  • issue9517.diff
  • iss9517_move_script_helpers_review1.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-feature', 'tests'] title = 'Make test.script_helper more comprehensive, and use it in the test suite' updated_at = user = 'https://github.com/pitrou' ``` bugs.python.org fields: ```python activity = actor = 'BreamoreBoy' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = creator = 'pitrou' dependencies = ['23981', '24033', '24279', '24398'] files = ['19975', '39003', '39038', '39176', '39177', '39189'] hgrepos = [] issue_num = 9517 keywords = ['patch'] message_count = 55.0 messages = ['112917', '112969', '113145', '119517', '119741', '123503', '123504', '123516', '123601', '123602', '123633', '123637', '173718', '221971', '222027', '240305', '240524', '240555', '240664', '240801', '240818', '240982', '240990', '241001', '241010', '241069', '241101', '241103', '241112', '241120', '241122', '241165', '241186', '241221', '241238', '241240', '241244', '241295', '241836', '241839', '241842', '241848', '241906', '241913', '242090', '242641', '242690', '242934', '242945', '243000', '243030', '244001', '244924', '245920', '247985'] nosy_count = 11.0 nosy_names = ['ncoghlan', 'pitrou', 'ezio.melotti', 'r.david.murray', 'michael.foord', 'Rodrigue.Alcazar', 'python-dev', 'berker.peksag', 'serhiy.storchaka', 'bobcatfish', 'flipmcf'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue9517' versions = ['Python 3.5'] ```

    ncoghlan commented 9 years ago

    Sure, that would be great.

    8f1ab454-ee12-4032-b9d0-031d0f052a3b commented 9 years ago

    Created bpo-24279 for updating test_base64.

    8f1ab454-ee12-4032-b9d0-031d0f052a3b commented 9 years ago

    Created bpo-24398 for updating test_capi.

    8f1ab454-ee12-4032-b9d0-031d0f052a3b commented 9 years ago

    Hello all!

    So the following are waiting for review:

    I'm going to hold off on continuing to refactor any other modules for the moment, would be great to get the above wrapped up and eventually merged when possible.

    Thanks!

    ncoghlan commented 9 years ago

    Berker committed the original patch to move the helper module, so adjusting the stage back to reflect the ongoing review on related issues.