René's URL Explorer Experiment


Title: Issue 7559: TestLoader.loadTestsFromName swallows import errors - Python tracker

Mail addresses
rdmurray@pydev

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/51808 https://github.com/python/cpython/issues/51808
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
issuee7559_trunk_patch.diffhttps://bugs.python.org/file15686/issuee7559_trunk_patch.diff
reviewhttps://bugs.python.org/review/7559/#ps1454
issuee7559_trunk_patch.diffhttps://bugs.python.org/file15728/issuee7559_trunk_patch.diff
reviewhttps://bugs.python.org/review/7559/#ps490
_patch-7559-2.diffhttps://bugs.python.org/file16759/_patch-7559-2.diff
reviewhttps://bugs.python.org/review/7559/#ps403
_patch-7559-3.diffhttps://bugs.python.org/file16796/_patch-7559-3.diff
reviewhttps://bugs.python.org/review/7559/#ps400
_patch-7559-4-unittests.diffhttps://bugs.python.org/file16819/_patch-7559-4-unittests.diff
reviewhttps://bugs.python.org/review/7559/#ps394
_patch-7559-5.diffhttps://bugs.python.org/file16822/_patch-7559-5.diff
reviewhttps://bugs.python.org/review/7559/#ps393
alternate_import_fix.patchhttps://bugs.python.org/file16829/alternate_import_fix.patch
reviewhttps://bugs.python.org/review/7559/#ps392
_patch-7559-6.diffhttps://bugs.python.org/file16862/_patch-7559-6.diff
reviewhttps://bugs.python.org/review/7559/#ps387
unittest_loader_import_error.patchhttps://bugs.python.org/file25790/unittest_loader_import_error.patch
reviewhttps://bugs.python.org/review/7559/#ps5057
issue7559.patchhttps://bugs.python.org/file36578/issue7559.patch
issue7559.patchhttps://bugs.python.org/file36974/issue7559.patch
reviewhttps://bugs.python.org/review/7559/#ps13111
issue7559.patchhttps://bugs.python.org/file37002/issue7559.patch
reviewhttps://bugs.python.org/review/7559/#ps13129
issue7559.patchhttps://bugs.python.org/file37045/issue7559.patch
reviewhttps://bugs.python.org/review/7559/#ps13145
msg96770https://bugs.python.org/issue7559#msg96770
(view)https://bugs.python.org/msg96770
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L584
msg96774https://bugs.python.org/issue7559#msg96774
(view)https://bugs.python.org/msg96774
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L576
msg96777https://bugs.python.org/issue7559#msg96777
(view)https://bugs.python.org/msg96777
runpy.pyhttps://github.com/python/cpython/blob/2.6/Lib/runpy.py#L122
runpy.pyhttps://github.com/python/cpython/blob/2.6/Lib/runpy.py#L34
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L875
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L816
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L843
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L849
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L613
unittest.pyhttps://github.com/python/cpython/blob/2.6/Lib/unittest.py#L584
msg96787https://bugs.python.org/issue7559#msg96787
(view)https://bugs.python.org/msg96787
msg96788https://bugs.python.org/issue7559#msg96788
(view)https://bugs.python.org/msg96788
issue 5230https://bugs.python.org/issue5230
msg96789https://bugs.python.org/issue7559#msg96789
(view)https://bugs.python.org/msg96789
msg96790https://bugs.python.org/issue7559#msg96790
(view)https://bugs.python.org/msg96790
msg96891https://bugs.python.org/issue7559#msg96891
(view)https://bugs.python.org/msg96891
msg96956https://bugs.python.org/issue7559#msg96956
(view)https://bugs.python.org/msg96956
msg97180https://bugs.python.org/issue7559#msg97180
(view)https://bugs.python.org/msg97180
msg97457https://bugs.python.org/issue7559#msg97457
(view)https://bugs.python.org/msg97457
msg97462https://bugs.python.org/issue7559#msg97462
(view)https://bugs.python.org/msg97462
http://twistedmatrix.com/trac/browser/trunk/twisted/python/reflect.py#L382http://twistedmatrix.com/trac/browser/trunk/twisted/python/reflect.py#L382
msg101867https://bugs.python.org/issue7559#msg101867
(view)https://bugs.python.org/msg101867
msg102236https://bugs.python.org/issue7559#msg102236
(view)https://bugs.python.org/msg102236
http://bugs.python.org/issue8297http://bugs.python.org/issue8297
msg102356https://bugs.python.org/issue7559#msg102356
(view)https://bugs.python.org/msg102356
http://bugs.python.org/issue7559#msg97462http://bugs.python.org/issue7559#msg97462
msg102519https://bugs.python.org/issue7559#msg102519
(view)https://bugs.python.org/msg102519
http://codereview.appspot.com/810044/showhttp://codereview.appspot.com/810044/show
http://twistedmatrix.comhttp://twistedmatrix.com
msg102550https://bugs.python.org/issue7559#msg102550
(view)https://bugs.python.org/msg102550
msg102554https://bugs.python.org/issue7559#msg102554
(view)https://bugs.python.org/msg102554
msg102603https://bugs.python.org/issue7559#msg102603
(view)https://bugs.python.org/msg102603
http://twistedmatrix.com/trac/browser/trunk/twisted/python/reflect.py#L382http://twistedmatrix.com/trac/browser/trunk/twisted/python/reflect.py#L382
msg102621https://bugs.python.org/issue7559#msg102621
(view)https://bugs.python.org/msg102621
msg102638https://bugs.python.org/issue7559#msg102638
(view)https://bugs.python.org/msg102638
msg102643https://bugs.python.org/issue7559#msg102643
(view)https://bugs.python.org/msg102643
msg102708https://bugs.python.org/issue7559#msg102708
(view)https://bugs.python.org/msg102708
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L92
msg102719https://bugs.python.org/issue7559#msg102719
(view)https://bugs.python.org/msg102719
msg102801https://bugs.python.org/issue7559#msg102801
(view)https://bugs.python.org/msg102801
http://codereview.appspot.com/810044/showhttp://codereview.appspot.com/810044/show
msg140187https://bugs.python.org/issue7559#msg140187
(view)https://bugs.python.org/msg140187
msg140297https://bugs.python.org/issue7559#msg140297
(view)https://bugs.python.org/msg140297
msg140328https://bugs.python.org/issue7559#msg140328
(view)https://bugs.python.org/msg140328
msg158911https://bugs.python.org/issue7559#msg158911
(view)https://bugs.python.org/msg158911
msg158920https://bugs.python.org/issue7559#msg158920
(view)https://bugs.python.org/msg158920
issue 1559549https://bugs.python.org/issue1559549
msg158921https://bugs.python.org/issue7559#msg158921
(view)https://bugs.python.org/msg158921
msg162101https://bugs.python.org/issue7559#msg162101
(view)https://bugs.python.org/msg162101
msg162190https://bugs.python.org/issue7559#msg162190
(view)https://bugs.python.org/msg162190
importlib/_bootstrap.pyhttps://github.com/python/cpython/blob/main/Lib/importlib/_bootstrap.py#L1257
msg162212https://bugs.python.org/issue7559#msg162212
(view)https://bugs.python.org/msg162212
msg162239https://bugs.python.org/issue7559#msg162239
(view)https://bugs.python.org/msg162239
msg162241https://bugs.python.org/issue7559#msg162241
(view)https://bugs.python.org/msg162241
msg162264https://bugs.python.org/issue7559#msg162264
(view)https://bugs.python.org/msg162264
msg162265https://bugs.python.org/issue7559#msg162265
(view)https://bugs.python.org/msg162265
msg162266https://bugs.python.org/issue7559#msg162266
(view)https://bugs.python.org/msg162266
msg162272https://bugs.python.org/issue7559#msg162272
(view)https://bugs.python.org/msg162272
msg185310https://bugs.python.org/issue7559#msg185310
(view)https://bugs.python.org/msg185310
msg185328https://bugs.python.org/issue7559#msg185328
(view)https://bugs.python.org/msg185328
msg185329https://bugs.python.org/issue7559#msg185329
(view)https://bugs.python.org/msg185329
https://github.com/Pylons/venusian/issues/23https://github.com/Pylons/venusian/issues/23
msg221984https://bugs.python.org/issue7559#msg221984
(view)https://bugs.python.org/msg221984
#15358https://bugs.python.org/issue15358
msg221985https://bugs.python.org/issue7559#msg221985
(view)https://bugs.python.org/msg221985
#8297https://bugs.python.org/issue8297
msg102236https://bugs.python.org/msg102236
d84a69b7ba72https://hg.python.org/lookup/d84a69b7ba72
msg226614https://bugs.python.org/issue7559#msg226614
(view)https://bugs.python.org/msg226614
http://bugs.python.org/issue19746http://bugs.python.org/issue19746
msg226616https://bugs.python.org/issue7559#msg226616
(view)https://bugs.python.org/msg226616
msg226633https://bugs.python.org/issue7559#msg226633
(view)https://bugs.python.org/msg226633
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L140
test/test_os.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_os.py#L5
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L170
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L85
unittest/__main__.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/__main__.py#L18
unittest/main.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/main.py#L92
unittest/main.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/main.py#L139
unittest/main.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/main.py#L146
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L202
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L202
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L145
msg226658https://bugs.python.org/issue7559#msg226658
(view)https://bugs.python.org/msg226658
http://bugs.python.org/issue19746http://bugs.python.org/issue19746
msg226663https://bugs.python.org/issue7559#msg226663
(view)https://bugs.python.org/msg226663
msg226666https://bugs.python.org/issue7559#msg226666
(view)https://bugs.python.org/msg226666
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L58
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L577
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L36
unittest/loader.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/loader.py#L146
test/test_os.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_os.py#L5
msg226667https://bugs.python.org/issue7559#msg226667
(view)https://bugs.python.org/msg226667
msg229705https://bugs.python.org/issue7559#msg229705
(view)https://bugs.python.org/msg229705
msg229911https://bugs.python.org/issue7559#msg229911
(view)https://bugs.python.org/msg229911
msg230104https://bugs.python.org/issue7559#msg230104
(view)https://bugs.python.org/msg230104
msg230234https://bugs.python.org/issue7559#msg230234
(view)https://bugs.python.org/msg230234
708b2e656c1dhttps://hg.python.org/lookup/708b2e656c1d
#7559https://bugs.python.org/issue7559
https://hg.python.org/cpython/rev/708b2e656c1dhttps://hg.python.org/cpython/rev/708b2e656c1d
msg230557https://bugs.python.org/issue7559#msg230557
(view)https://bugs.python.org/msg230557
msg230565https://bugs.python.org/issue7559#msg230565
(view)https://bugs.python.org/msg230565
msg230734https://bugs.python.org/issue7559#msg230734
(view)https://bugs.python.org/msg230734
msg244687https://bugs.python.org/issue7559#msg244687
(view)https://bugs.python.org/msg244687
mceplhttps://bugs.python.org/user5290
msg244687https://bugs.python.org/msg244687
msg230734https://bugs.python.org/msg230734
Tim.Grahamhttps://bugs.python.org/user20350
msg230565https://bugs.python.org/msg230565
msg230557https://bugs.python.org/msg230557
python-devhttps://bugs.python.org/user13902
msg230234https://bugs.python.org/msg230234
issue7559.patchhttps://bugs.python.org/file37045
msg230104https://bugs.python.org/msg230104
issue7559.patchhttps://bugs.python.org/file37002
msg229911https://bugs.python.org/msg229911
berker.peksaghttps://bugs.python.org/user14674
msg229705https://bugs.python.org/msg229705
issue7559.patchhttps://bugs.python.org/file36974
msg226667https://bugs.python.org/msg226667
msg226666https://bugs.python.org/msg226666
msg226663https://bugs.python.org/msg226663
msg226658https://bugs.python.org/msg226658
msg226633https://bugs.python.org/msg226633
issue7559.patchhttps://bugs.python.org/file36578
msg226616https://bugs.python.org/msg226616
msg226614https://bugs.python.org/msg226614
msg221985https://bugs.python.org/msg221985
BreamoreBoyhttps://bugs.python.org/user12545
msg221984https://bugs.python.org/msg221984
vilahttps://bugs.python.org/user3978
zach.warehttps://bugs.python.org/user15467
ezio.melottihttps://bugs.python.org/user7047
msg185329https://bugs.python.org/msg185329
msg185328https://bugs.python.org/msg185328
iElectrichttps://bugs.python.org/user5869
msg185310https://bugs.python.org/msg185310
eric.snowhttps://bugs.python.org/user14000
Julianhttps://bugs.python.org/user13355
msg162272https://bugs.python.org/msg162272
msg162266https://bugs.python.org/msg162266
msg162265https://bugs.python.org/msg162265
msg162264https://bugs.python.org/msg162264
msg162241https://bugs.python.org/msg162241
msg162239https://bugs.python.org/msg162239
brett.cannonhttps://bugs.python.org/user37
msg162212https://bugs.python.org/msg162212
msg162190https://bugs.python.org/msg162190
unittest_loader_import_error.patchhttps://bugs.python.org/file25790
msg162101https://bugs.python.org/msg162101
msg158921https://bugs.python.org/msg158921
msg158920https://bugs.python.org/msg158920
msg158911https://bugs.python.org/msg158911
msg140328https://bugs.python.org/msg140328
msg140297https://bugs.python.org/msg140297
alexgarelhttps://bugs.python.org/user14578
msg140187https://bugs.python.org/msg140187
chris.jerdonekhttps://bugs.python.org/user12075
michael.foordhttps://bugs.python.org/user9716
michael.foordhttps://bugs.python.org/user9716
chris.jerdonekhttps://bugs.python.org/user12075
_patch-7559-6.diffhttps://bugs.python.org/file16862
msg102801https://bugs.python.org/msg102801
msg102719https://bugs.python.org/msg102719
msg102708https://bugs.python.org/msg102708
alternate_import_fix.patchhttps://bugs.python.org/file16829
msg102643https://bugs.python.org/msg102643
_patch-7559-5.diffhttps://bugs.python.org/file16822
msg102638https://bugs.python.org/msg102638
_patch-7559-4-unittests.diffhttps://bugs.python.org/file16819
msg102621https://bugs.python.org/msg102621
msg102603https://bugs.python.org/msg102603
msg102554https://bugs.python.org/msg102554
msg102550https://bugs.python.org/msg102550
_patch-7559-3.diffhttps://bugs.python.org/file16796
msg102519https://bugs.python.org/msg102519
_patch-7559-2.diffhttps://bugs.python.org/file16759
msg102356https://bugs.python.org/msg102356
msg102236https://bugs.python.org/msg102236
chris.jerdonekhttps://bugs.python.org/user12075
msg101867https://bugs.python.org/msg101867
michael.foordhttps://bugs.python.org/user9716
msg97462https://bugs.python.org/msg97462
msg97457https://bugs.python.org/msg97457
issuee7559_trunk_patch.diffhttps://bugs.python.org/file15728
msg97180https://bugs.python.org/msg97180
issuee7559_trunk_patch.diffhttps://bugs.python.org/file15686
patchhttps://bugs.python.org/keyword2
msg96956https://bugs.python.org/msg96956
slmnhqhttps://bugs.python.org/user11602
msg96891https://bugs.python.org/msg96891
msg96790https://bugs.python.org/msg96790
msg96789https://bugs.python.org/msg96789
msg96788https://bugs.python.org/msg96788
easyhttps://bugs.python.org/keyword6
msg96787https://bugs.python.org/msg96787
msg96777https://bugs.python.org/msg96777
r.david.murrayhttps://bugs.python.org/user9663
michael.foordhttps://bugs.python.org/user9716
msg96774https://bugs.python.org/msg96774
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.