This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbcollins
Recipients rbcollins
Date 2015-07-13.23:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436830503.73.0.11092302384.issue24629@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-07-13 23:35:03rbcollinssetrecipients: + rbcollins
2015-07-13 23:35:03rbcollinssetmessageid: <1436830503.73.0.11092302384.issue24629@psf.upfronthosting.co.za>
2015-07-13 23:35:03rbcollinslinkissue24629 messages
2015-07-13 23:35:03rbcollinscreate