grappa-py / grappa

Behavior-oriented, expressive, human-friendly Python assertion library for the 21st century

Home Page:http://grappa.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chained assertions

h2non opened this issue · comments

commented
obj | should.have.key('foo').which.should.be.equal.to('foo')
# Or alternatively
obj | should.have.key('foo').that.should.be.equal.to('foo')
commented

Done!