radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
181 stars 49 forks source link

Fix warning in utils.py #443

Closed fliiiix closed 1 year ago

fliiiix commented 2 years ago

Debug utils warning

radish/utils.py:190
  /home/users/niederbf/github/radish/radish/utils.py:190: DeprecationWarning: invalid escape sequence \|
    """
-- Docs: https://docs.pytest.org/en/stable/warnings.html
fliiiix commented 1 year ago

fixed with #460