1. [ ] Make it an enforced requirement that all modules structure their files like `/lib/lib-name/...` or `/modules/mod-name/...` 2. [ ] Automatically pass correct directories to modules, instead of just passing `/testfiles/`, pass, e.g. `/testfiles/lib/paths/` Think if it wouldn't be instead better to give each test a "lib" which also allows for accessing these files, instead of just a path.