Re: [Python-Dev] PEP 8 conformance of unittest

2008-07-13 Thread Ben Finney
Michael Foord <[EMAIL PROTECTED]> writes: > "we have a plan to make 'unittest' conform with the existing PEP 8" > - that was the outcome of the discussion. PEP 8'ification to begin > in 2.7 / 3.1 with the deprecation of non-PEP8 compliant method > names. Thanks, that's exactly the reassurance I w

Re: [Python-Dev] PEP 8 conformance of unittest

2008-07-13 Thread Michael Foord
Ben Finney wrote: "Guido van Rossum" <[EMAIL PROTECTED]> writes: Same here; let's tread carefully here and not change this with 3.0. Starting to deprecate in 3.1 and killing in 3.3 would be soon enough. I like using only the assertKeyword variants, removing assert_, fail*, and assertEquals.

[Python-Dev] PEP 8 conformance of unittest (was: unittest's redundant assertions: asserts vs. failIf/Unlesses)

2008-07-13 Thread Ben Finney
"Guido van Rossum" <[EMAIL PROTECTED]> writes: > Same here; let's tread carefully here and not change this with 3.0. > Starting to deprecate in 3.1 and killing in 3.3 would be soon enough. > I like using only the assertKeyword variants, removing assert_, fail*, > and assertEquals. Are we to inter