[Python-Dev] unittest's redundant assertions: asserts vs. failIf/Unlesses (original) (raw)
Stephen J. Turnbull stephen at xemacs.org
Mon Jul 14 08:27:40 CEST 2008
- Previous message: [Python-Dev] unittest's redundant assertions: asserts vs. failIf/Unlesses
- Next message: [Python-Dev] unittest's redundant assertions: asserts vs. failIf/Unlesses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tristan Seligmann writes:
- Stephen J. Turnbull <stephen at xemacs.org> [2008-07-14 08:51:27 +0900]:
The analogy to the fact that True != not not 10 is telling, I think.
What?
True == (not not 10) True
FWIW, I meant 10 != not not 10.
- Previous message: [Python-Dev] unittest's redundant assertions: asserts vs. failIf/Unlesses
- Next message: [Python-Dev] unittest's redundant assertions: asserts vs. failIf/Unlesses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]