python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

unittest: display time used by each test case #48330

@pprokop

Description

@pprokop

BPO 4080
Nosy @rhettinger, @giampaolo, @ezio-melotti, @merwok, @voidspace
PRs bpo-4080: unittest durations #12271
Files pyunit_time.patch: display time of each unit test - patchunittest_runTime.patch: test case run time measure 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:

assignee = None closed_at = None created_at = <Date 2008-10-08.20:28:15.274> labels = ['tests', 'type-feature', 'library', '3.9'] title = 'unittest: display time used by each test case' updated_at = <Date 2020-02-16.12:49:33.700> user = 'https://bugs.python.org/pprokop'

bugs.python.org fields:

activity = <Date 2020-02-16.12:49:33.700> actor = 'giampaolo.rodola' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'Tests'] creation = <Date 2008-10-08.20:28:15.274> creator = 'pprokop' dependencies = [] files = ['11751', '15332'] hgrepos = [] issue_num = 4080 keywords = ['patch'] message_count = 17.0 messages = ['74545', '87989', '95253', '109448', '110692', '110800', '110883', '154650', '154678', '154687', '154769', '154771', '154776', '155721', '176157', '337648', '362067'] nosy_count = 8.0 nosy_names = ['rhettinger', 'techtonik', 'giampaolo.rodola', 'ezio.melotti', 'eric.araujo', 'pprokop', 'michael.foord', 'piotr.dobrogost'] pr_nums = ['12271'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue4080' versions = ['Python 3.9']

Linked PRs