Nov 17, 2016
I finished some homework early so I took ten minutes to spin out a piece of code I actually wrote as part of a class project (COEN164 shout out; thanks to Evan Paul for the praise that spurred me into repo-fying this) into a proper open source repo.
I’ve often been frustrated with super heavy and feature-rich testing harnesses that I have to spend 20 minutes looking at before I can even write a test. **μHarness **aims to solve that with an ulta-low-frills system that serially runs functions and compares their output to an expected value; nothing fancy in the slightest went into the making of this.