I\'m creating a library of components in Modelica, and would appreciate some input on techniques for unit testing the package.
So far I have a test package, consisting o
I prefer using the .mos script, it works pretty well when you further integrate your test framework into a continuous integration tool. BuildingPy is a good example of this, though it's not implemented in CI tools, it's still a good tool.
Here's a reference of a good framework design: UnitTesting: A Library for Modelica Unit Testing