]> 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)
commit5d791802c925425e75370e88c7d1e68f23b7d724
tree0bb1619573a1882f00c4b710c2ddd35edf5fd4a2
parent17934856dc76b8cf1667a293445df6aeca225768
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