How do I code lots of simple tests
Jeremy Fincher
tweedgeezer at hotmail.com
Wed Oct 22 00:48:26 EDT 2003
More information about the Python-list mailing list
Wed Oct 22 00:48:26 EDT 2003
- Previous message (by thread): Unittest - How do I code lots of simple tests
- Next message (by thread): Unittest - How do I code lots of simple tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ian Bicking <ianb at colorstudy.com> wrote in message news:<mailman.319.1066774834.2192.python-list at python.org>... > (And it uses double-underscore variables, like it's just > *trying* to piss me off! Double-underscore variables are so arrogant > and patronizing. Don't look at it like that. Double-underscore variables are for averting namespace problems, not for protection. Unittest uses them not to protect itself, but to keep from stomping all over your namespace when you subclass it. In that way, it's very much built with subclassing in mind. Jeremy
- Previous message (by thread): Unittest - How do I code lots of simple tests
- Next message (by thread): Unittest - How do I code lots of simple tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list