[issue24629] unittest.main shadows unittest.main module

2015-07-14 Thread Martin Panter
Changes by Martin Panter : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue24629] unittest.main shadows unittest.main module

2015-07-13 Thread Robert Collins
Changes by Robert Collins : -- resolution: -> duplicate superseder: -> unittest.__init__:main shadows unittest.main ___ Python tracker ___ _

[issue24629] unittest.main shadows unittest.main module

2015-07-13 Thread R. David Murray
R. David Murray added the comment: I think you forgot about issue 22858. -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bu

[issue24629] unittest.main shadows unittest.main module

2015-07-13 Thread Robert Collins
New submission from Robert Collins: this is a bad practice - it interferes with test discovery and with the use of mock (see https://github.com/testing-cabal/mock/issues/250). We could move main.py to mainmod.py or something -- messages: 246704 nosy: rbcollins priority: normal severity

[issue24629] unittest.main shadows unittest.main module

2015-07-13 Thread Robert Collins
Changes by Robert Collins : -- type: -> enhancement versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Un