Errata

Learning Test-Driven Development

Errata for Learning Test-Driven Development

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed, PDF, ePub, Mobi, Page 185
Code snippet for py.yml

First of all loved the book and the way it is written. I own a physical copy. The code snippet is listed as

- name: Set up Python ${{ matrix.node-version }}

where as it should be

- name: Set up Python ${{ matrix.python-version }}

Srihari Sridharan  May 10, 2023