René's URL Explorer Experiment


Title: Issue 32071: Add py.test-like "-k" test selection to unittest - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76252 https://github.com/python/cpython/issues/76252
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
PR 4496https://github.com/python/cpython/pull/4496
PR 4589https://github.com/python/cpython/pull/4589
msg306490https://bugs.python.org/issue32071#msg306490
(view)https://bugs.python.org/msg306490
https://docs.pytest.org/en/latest/example/markers.html#using-k-expr-to-select-tests-based-on-their-namehttps://docs.pytest.org/en/latest/example/markers.html#using-k-expr-to-select-tests-based-on-their-name
https://github.com/jonashaag/cpython/compare/master...unittest-selecthttps://github.com/jonashaag/cpython/compare/master...unittest-select
msg306492https://bugs.python.org/issue32071#msg306492
(view)https://bugs.python.org/msg306492
msg306495https://bugs.python.org/issue32071#msg306495
(view)https://bugs.python.org/msg306495
msg306584https://bugs.python.org/issue32071#msg306584
(view)https://bugs.python.org/msg306584
msg306593https://bugs.python.org/issue32071#msg306593
(view)https://bugs.python.org/msg306593
msg306596https://bugs.python.org/issue32071#msg306596
(view)https://bugs.python.org/msg306596
msg306598https://bugs.python.org/issue32071#msg306598
(view)https://bugs.python.org/msg306598
msg306599https://bugs.python.org/issue32071#msg306599
(view)https://bugs.python.org/msg306599
msg306601https://bugs.python.org/issue32071#msg306601
(view)https://bugs.python.org/msg306601
bpo-31324https://bugs.python.org/issue31324
msg306687https://bugs.python.org/issue32071#msg306687
(view)https://bugs.python.org/msg306687
https://github.com/python/cpython/pull/4496https://github.com/python/cpython/pull/4496
msg306959https://bugs.python.org/issue32071#msg306959
(view)https://bugs.python.org/msg306959
5b48dc638b7405fd9bde4d854bf477dfeaaddf44https://hg.python.org/lookup/5b48dc638b7405fd9bde4d854bf477dfeaaddf44
bpo-32071https://bugs.python.org/issue32071
#4496https://bugs.python.org/issue4496
https://github.com/python/cpython/commit/5b48dc638b7405fd9bde4d854bf477dfeaaddf44https://github.com/python/cpython/commit/5b48dc638b7405fd9bde4d854bf477dfeaaddf44
msg306960https://bugs.python.org/issue32071#msg306960
(view)https://bugs.python.org/msg306960
msg307041https://bugs.python.org/issue32071#msg307041
(view)https://bugs.python.org/msg307041
Doc/whatsnew/3.7.rsthttps://github.com/python/cpython/blob/master/Doc/whatsnew/3.7.rst
msg307046https://bugs.python.org/issue32071#msg307046
(view)https://bugs.python.org/msg307046
msg307056https://bugs.python.org/issue32071#msg307056
(view)https://bugs.python.org/msg307056
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L346
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L403
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L457
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L124
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L90
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L234
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L227
msg307062https://bugs.python.org/issue32071#msg307062
(view)https://bugs.python.org/msg307062
msg307063https://bugs.python.org/issue32071#msg307063
(view)https://bugs.python.org/msg307063
msg307070https://bugs.python.org/issue32071#msg307070
(view)https://bugs.python.org/msg307070
https://github.com/python/cpython/pull/4589https://github.com/python/cpython/pull/4589
msg307156https://bugs.python.org/issue32071#msg307156
(view)https://bugs.python.org/msg307156
4d193bcc2560b824389e4d98d9d8b9b34e33dbafhttps://hg.python.org/lookup/4d193bcc2560b824389e4d98d9d8b9b34e33dbaf
bpo-32071https://bugs.python.org/issue32071
#4589https://bugs.python.org/issue4589
https://github.com/python/cpython/commit/4d193bcc2560b824389e4d98d9d8b9b34e33dbafhttps://github.com/python/cpython/commit/4d193bcc2560b824389e4d98d9d8b9b34e33dbaf
msg307156https://bugs.python.org/msg307156
msg307070https://bugs.python.org/msg307070
pull_request4513https://bugs.python.org/pull_request4513
msg307063https://bugs.python.org/msg307063
msg307062https://bugs.python.org/msg307062
Tim.Grahamhttps://bugs.python.org/user20350
msg307056https://bugs.python.org/msg307056
msg307046https://bugs.python.org/msg307046
msg307041https://bugs.python.org/msg307041
msg306960https://bugs.python.org/msg306960
msg306959https://bugs.python.org/msg306959
patchhttps://bugs.python.org/keyword2
msg306687https://bugs.python.org/msg306687
pull_request4433https://bugs.python.org/pull_request4433
vstinnerhttps://bugs.python.org/user2377
msg306601https://bugs.python.org/msg306601
msg306599https://bugs.python.org/msg306599
msg306598https://bugs.python.org/msg306598
msg306596https://bugs.python.org/msg306596
msg306593https://bugs.python.org/msg306593
msg306584https://bugs.python.org/msg306584
pitrouhttps://bugs.python.org/user2040
ezio.melottihttps://bugs.python.org/user7047
michael.foordhttps://bugs.python.org/user9716
rbcollinshttps://bugs.python.org/user3924
msg306495https://bugs.python.org/msg306495
msg306492https://bugs.python.org/msg306492
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.