Python Testing with pytest, Second Edition: missed extra dash on the flags for selecting which tests to run (page 183)

Brian Okken @brianokken,

The following flags require an extra dash as for pytest 7.1.2:

  • --lf - for last failed;
  • --ff - for first failed;
  • --nf - for new first.