democritus-project / roadmap

The roadmap for the democritus project (for tracking ideas, projects, etc).
0 stars 0 forks source link

Convert all "with pytest.raises()" to use the match= keyword #42

Open fhightower opened 3 years ago

fhightower commented 3 years ago

WHAT I want this project to do (or not do)

see https://docs.pytest.org/en/stable/reference.html?highlight=pytest_runtest_makereport#pytest-raises

WHY I want this project to have this feature

To make exception handling tests more robust.