Reference Testing Exercises (unittest-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, -1, --tagged, -0 & --istagged.