Metadata-Version: 1.0
Name: should
Version: 0.4.0
Summary: assert with should
Home-page: https://github.com/Ralph-Wang/should
Author: Ralph-Wang
Author-email: ralph.wang1024@gmail.com
License: MIT
Description: 
              不太会 RST, 详情及源码见 https://github.com/Ralph-Wang/should
        
              from should import it
        
              it(1).should.be.int.also.be.equal(1)
        
              it(lambda: int('abc')).should.throw(ValueError)
              
Keywords: assert,should,test,BDD
Platform: UNKNOWN
