Reference Testing Exercise 1 (pytest flavour)
Posted on Tue 29 October 2019 in TDDA • Tagged with reference test, exercise, screencast, video, pytest
This exercise (video 8m 54s) shows how to migrate a test from using pytest
directly to the exploiting the referencetest capabilities in
the TDDA library.
(If you do not currently use pytest for writing
tests, you might prefer the
unittest-flavoured version
of this exercise, since unittest is in Python's standard …