Collin Winter wrote: > When I've implemented this kind of thing in the past, I've generally > called the decorator/marker/whatever "TODO" (or some variation of > caps/lowercase).
I usually call things TODO if they need to be done. The test case is not "TODO", since it is already done. "TODO" would be the place in the code that needs to change; for an expected failure, you might not even know where that code is. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com