Add unit test for IOobjectList robustness enhancement
There was no unit test in the repo to check for this issue, so I added a script and example file to run one. Test will currently fail on develop
. Passes on feature-robuster-ioobjectlist-construction
to verify #539 (closed) was fixed by !134 (merged).
Merge request reports
Activity
The unit test is an ok idea, but I somehow think that there must be an easier way ... but don't know off-hand what it is. I just used your test case with a quickly added controlDict.
Edited by Mark OLESENI figured it would be better to reuse a tutorial case since those are implied to be valid, so if that case changes there won't be a need to copy/paste changes into the test. However, things would go bad if an
Allrun
script were added to the tutorial.By Pete Bachant on 2017-07-29T13:12:32 (imported from GitLab project)
Hi @petebachant - Thanks for the effort. I think the idea is good, but the .gitignore and Allrun etc for the unit test seems quite messy. I think we should drop this one.