23 Jul
2008
23 Jul
'08
6:18 p.m.
On Wed, Jul 23, 2008 at 07:51:38AM -0500, Dan McGee <dpmcgee@gmail.com> wrote:
I was thinking of adding some kind of "self.knownoutcome" flag to pactest, and have that basically suppress the return code incrementing if it was set to "fail" or something. (or just self.knownfailure=true.) Does that make sense to anyone?
Or just self.expectko = True (maybe .expectfailure). Return code is just one rule, others may be known to be broken as well.