Ben Finney <ben+pyt...@benfinney.id.au> writes: > Yes, that's by design. Each function in a TestCase subclass is a test > case […]
Poorly described. Try this instead: Each test case in a TestCase subclass must be a separate function, whose name starts with ‘test’. Or you could see what the documentation says; it may describe it better than I'm doing :-) -- \ “Kill myself? Killing myself is the last thing I'd ever do.” | `\ —Homer, _The Simpsons_ | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list