Message199963
> 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. |
|
Date |
User |
Action |
Args |
2013-10-14 22:33:16 | pitrou | set | recipients:
+ pitrou, gvanrossum, georg.brandl, larry, sbt, serhiy.storchaka |
2013-10-14 22:33:16 | pitrou | link | issue19262 messages |
2013-10-14 22:33:16 | pitrou | create | |
|