Unit testing Modelica component library?

前端 未结 4 547
傲寒
傲寒 2021-02-06 07:27

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

4条回答
  •  别跟我提以往
    2021-02-06 08:24

    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

提交回复
热议问题