This document describes extending the Parallel Fortran Unit Test framework (pFUnit) to support unit testing of Coarray Fortran (CAF) code. It introduces new CAF classes in pFUnit for parameterized CAF tests, setting test parameters like number of images, and collective communication routines. An example is given of a simple CAF code to distribute workload across images and its corresponding unit test using the extended pFUnit framework. The extension allows leveraging benefits of unit testing and test-driven development for scientific software written in CAF.