Reference Testing Exercise 1 (unittest flavour)
Posted on Mon 28 October 2019 in TDDA • Tagged with reference test, exercise, screencast, video, unittest
This exercise (video 8m 53s)
shows how to migrate a test from using unittest
directly to the exploiting the referencetest
capabilities in
the TDDA library.
(If you use pytest
for writing tests,
you might prefer the
pytest-flavoured version
of this exercise.)
We will see how even simple use of referencetest …