pytest-check
pytest-check copied to clipboard
Add new check type: match - use regular expressions to tests againgst a string
Using regular expressions for assertions is a common scenario in our place. We could add a check.match function to the available list of checks.
depending on what the implementation looked like, I'd consider pull requests for this.