Home> Blog> A New Testing Framework for MATLAB

A New Testing Framework for MATLAB

This post originally appeared on the Software Carpentry website.

Steve Eddins just announced a new unit testing framework for MATLAB. Based in part on lessons learned from his earlier mUnit framework, it has everything you'd want from a modern framework: setup and teardown, analysis, and a bag full of helpful assertions. If you're using MATLAB, you should definitely check it out.