UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
108 stars 98 forks source link

pytest.raises not used in full example #195

Open ageorgou opened 3 years ago

ageorgou commented 3 years ago

We briefly mention negative tests in the notes and say that pytest.raises exists, but we don't have a full example of a test function that uses it.

ageorgou commented 3 years ago

@dpshelio pointed out that this is shown fully in the Energy Example but we may want to have it earlier when discussing pytest.