FireDynamics / propti

PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15 stars 124 forks source link

Automated Tests #57

Open p-lauer opened 5 years ago

p-lauer commented 5 years ago

In GitLab by @hehnen1 on Jun 8, 2018, 11:10

It would be nice to have automated test scripts, with which we could run all the example/tests cases to check for errors in new versions automatically.

p-lauer commented 5 years ago

In GitLab by @lauer1 on Jun 8, 2018, 11:31

Great idea, but should we use dedicated test cases that run pretty fast to use the gitlab CI feature or should we use all tests and let it run on our machines?

p-lauer commented 5 years ago

In GitLab by @vinayak1 on Jun 8, 2018, 11:33

CI would be a good idea. But we really need good unit tests otherwise it would be a waste of time to invest in using this feature.

p-lauer commented 5 years ago

In GitLab by @hehnen1 on Jun 8, 2018, 11:34

Hm, not sure

a) I haven't thought about it in detail. b) I'm not familiar with gitlab's internal testing functionality.

If gitlab would work and reduce our work load, why not? :smile: