cdent / gabbi

Declarative HTTP Testing for Python and anything else
http://gabbi.readthedocs.org/
Other
148 stars 34 forks source link

Support regex in response_strings #326

Closed cdent closed 4 months ago

cdent commented 5 months ago

Many of the other test handlers support regex in the value, but response_strings does not.

This should probably fixed, but it has the potential to cause errors in existing tests so we may want to consider it as a version 3 to signal the change.