drslump / pyshould

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

Port additional hamcrest matchers #7

Open drslump opened 10 years ago

drslump commented 10 years ago

Port some third party matchers, specially ones for regular expressions

drslump commented 10 years ago

regular expression based one is already implemented:

data | should.match(r'^foo\d+')