Skip to content
Snippets Groups Projects
Commit e87d0f68 authored by Martin Bauer's avatar Martin Bauer
Browse files

pytest.raises: checking for exception error message fixed

- str(e) did work in previous pytest version
- but the correct usage is str(e.value)
- in newer pytest version the string for the e object is changed so
  the tests did not work any more
parent 7cf5b5bf
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment