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 pitrou
Recipients georg.brandl, gvanrossum, larry, pitrou, sbt, serhiy.storchaka
Date 2013-10-14.22:33:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381789964.2515.12.camel@fsol>
In-reply-to <1381789437.17.0.248706474412.issue19262@psf.upfronthosting.co.za>
Content
> asyncio/test/*_test.py
> asyncio/test/test_*.py
> test/test_asyncio/<either of the above>

Personally I have a preference for test/test_asyncio/test_*.py, because
putting all tests in test/ makes them easier to find.

However, other packages such as unittest have their dedicated test
packages (unittest/test/...).

As for test_*.py vs. *_test.py, test_*.py is definitely the norm in the
source tree.
History
Date User Action Args
2013-10-14 22:33:16pitrousetrecipients: + pitrou, gvanrossum, georg.brandl, larry, sbt, serhiy.storchaka
2013-10-14 22:33:16pitroulinkissue19262 messages
2013-10-14 22:33:16pitroucreate