Reference Testing Exercises (pytest-flavour)
Posted on Fri 25 October 2019 in TDDA
- Exercise 1. Understanding test failures; easily diff actual and expected; easily update expected results; creat useful assertions for variable outputs.
- Exercise 2. Tagging tests to run just one (or some subset).
@tag
,--tagged
&--istagged