Closed drslump closed 10 years ago
The following should be allowed:
it(10).should.be_int
currently it requires the following syntax:
it(10).should.be_int()
Not possible to implement, Python doesn't allow for this functionality, when resolving the property (be_int) we don't know if it's followed by a call or not.
be_int
The following should be allowed:
currently it requires the following syntax: