]> granicus.if.org Git - python/commit
Issue #19352: Fix unittest discovery when a module can be reached through several...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Oct 2013 17:11:29 +0000 (19:11 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 23 Oct 2013 17:11:29 +0000 (19:11 +0200)
commitd5d0bc35adc6c043d5985152451505e70d869341
tree3057814c4d701ba5f0b8e7aa0fd8443ffdb1dd5f
parentdde25c485158b652ed34581cb977eb5bd439ade0
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
Lib/unittest/loader.py
Lib/unittest/test/test_discovery.py
Misc/NEWS