Chapter 11: testing. Issues detected

Issues:

  1. This chapters comes before chapter 17. There are some test that requires the CreateAcronymData method to run properly.
  2. On testing.Dockerfile, the command flag “–enable-test-discovery” is deprecated and don’t need anymore
  3. On docker-compose-testing it is needed to define on til-app:
    platform:
    linux/amd64
    to build the docker or it will fail.

If you update the Dockerfile to the latest version of Swift (currently 5.8) you shouldn’t need the platform part from 3