← Back to team overview

testtools-dev team mailing list archive

Re: [Merge] lp:~jml/testtools/structure-from-dict into lp:testtools

 

Two small thoughts.

Rather than byEquality, consider ByEquality - I personally find the
distinction nice for classmethods.

Secondly, perhaps there is a helper waiting to get out in there:
BuildStructure(Equals, foo=3,  bar=5)
BuildStructure(LessThan, foo=4, bar='then')

otherwise looks great.

-Rob

-- 
https://code.launchpad.net/~jml/testtools/structure-from-dict/+merge/68409
Your team testtools developers is requested to review the proposed merge of lp:~jml/testtools/structure-from-dict into lp:testtools.


References