SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
3 stars 4 forks source link

Integration test for full `.dck` file #439

Open zuckerruebe opened 1 year ago

zuckerruebe commented 1 year ago

As a developer I want to have an integration test for the full .dck file to be able to catch unintended changes to, among other things, the computation and printing of the energy balance variables.

My first thought would be to extend TestEditor (which currently only looks at storage and hydraulic .ddcks and the _mfs.dck file, but not the full .dck file to my surprise [disclaimer: I wrote the class]). There might be better ways, though, as TestEditor is getting quite big.

zuckerruebe commented 1 year ago

@ahobeost: I think that's quite an important one.