Reference Testing Exercise 2 (unittest flavour)
Posted on Wed 30 October 2019 in TDDA • Tagged with reference test, exercise, screencast, video, unittest
This exercise (video 3m 34s)
shows a powerful way to run only a single test, or some subset of tests,
by using the @tag
decorator available in the TDDA library.
This is useful for speeding up the test cycle and allowing you to focus
on a single test, or a …