[issue35124] Add style guide for unit tests

2018-10-31 Thread Steven D'Aprano
Steven D'Aprano added the comment: I think this is being excessively prescriptive and solving a problem that isn't a problem. But perhaps if you start by proposing a concrete style guide, I can judge better. -- nosy: +steven.daprano ___ Python

[issue35124] Add style guide for unit tests

2018-10-31 Thread STINNER Victor
STINNER Victor added the comment: Context: https://github.com/python/cpython/pull/8548#pullrequestreview-166712031 -- nosy: +vstinner ___ Python tracker ___

[issue35124] Add style guide for unit tests

2018-10-31 Thread Robert Wright
New submission from Robert Wright : There should be a style guide for tests, to prevent arguments about their use in future code. -- messages: 328986 nosy: madman bob priority: normal severity: normal status: open title: Add style guide for unit tests