pyshould icon indicating copy to clipboard operation
pyshould copied to clipboard

Port additional hamcrest matchers

Open drslump opened this issue 11 years ago • 1 comments

Port some third party matchers, specially ones for regular expressions

  • https://github.com/derari/cthul/wiki/Matchers
  • https://github.com/daviddenton/hamsandwich

drslump avatar Dec 03 '13 11:12 drslump

regular expression based one is already implemented:

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

drslump avatar Feb 26 '14 23:02 drslump