WIP: Add Tests for Framework Tools
Once notoriously under-tested are of the framework are the tools for generating field files, converting them etc.
This MR aims at adding tests fro each of them by providing sample data, converting it and checking the resulting field using the dump_header
tool. This MR is WIP
because
-
we need to add more tests to catch different code paths of the tools -
we need to prepare better example field files than the one we currently have -
we need to find a way to provide sample data to the CI runner without committing large files to git
Edited by Simon Spannagel