pyshould
pyshould copied to clipboard
Port additional hamcrest matchers
Port some third party matchers, specially ones for regular expressions
- https://github.com/derari/cthul/wiki/Matchers
- https://github.com/daviddenton/hamsandwich
regular expression based one is already implemented:
data | should.match(r'^foo\d+')