Testing autogenerated files

When testing phoenix application, is it necessary to test the following TestProject.Application, TestProject, TestProject.DataCase, TestProject.ErrorHelpers and other generated files upon creating a new phoenix project.

I try to check for test coverage using mix test --cover and I’m wondering if other developers would test them.