差点以为穿越,
https://github.com/gabrielfalcao/sure/import sure
(4).should.be.equal(2 + 2)
(7.5).should.eql(3.5 + 4)
(2).should.equal(8 / 4)
(3).shouldnt.be.equal(5)
"Awesome ASSERTIONS".lower().split().should.equal(['awesome', 'assertions'])
@
Brutal 同学要的类js prototype就这样说有就有了 :P
https://github.com/gabrielfalcao/sure/blob/master/sure/magic.py