drslump / pyshould

Should style asserts based on pyhamcrest
MIT License
38 stars 7 forks source link

add missing tailing comma #33

Closed shkumagai closed 10 years ago

shkumagai commented 10 years ago

Fail to register aliases to hc.greater_than method from lack of comma. It causes an disabling of should.be_more_or_equal and should.be_at_least.

drslump commented 10 years ago

thanks!