Warren Markhamwarrenmarkham.hashnode.dev·Jan 7, 2024Compile the C test runnerA minimal starting point Let's get a Unity test runner to compile! The Concept: Reduce code complexity As outlined in TDD in C: Part 0, I won't try to anticipate what the next piece of missing boilerplate, filesystem support, tooling or user code may...38 readsTest Runner
Devansh Bhardwajdevanshbhardwaj13.hashnode.dev·Jul 23, 2023Test Runner: Crucial Tool For Software TestingOVERVIEW In the rapidly evolving landscape of software development, ensuring the quality and reliability of your applications is paramount. Effective testing methodologies and tools play a vital role in achieving this goal. One such powerful tool tha...TestRunner