Doing TDD in C with Unity
Part 0 of exploring the Unity testing framework to do TDD in C.

I've worked in an AWS Data Engineer role at Infosys, Australia. Previously, I was a Disability Support Worker. I recently completed a course of study in C and Systems Programming with Holberton School Australia. I'm interested in collaborative workflows and going deeper into TDD, automation and distributed systems.
Posts
What to expect from this series
I will
work incrementally from the ground up
commit each stage of the journey
do deep-dives
supply Replits
You can code along, checkout commits of interest or click on the Replit I will provide at the culmination of each series of commits.
As I work incrementally, I won't try to anticipate what the next piece of missing boilerplate, filesystem support, tooling or user code may be.
As I learn, I will record the journey with version control.
As I progress, I will stop to do deep dives.
Next: Compiling the C test runner
In the next blog post, we will get a very basic Unity test runner to compile.


