RecordFlux icon indicating copy to clipboard operation
RecordFlux copied to clipboard

Ensure that test target uses all test data files

Open senier opened this issue 3 years ago • 1 comments

Currently if we add test data under tests/data, this files may just not be used (e.g. tests/data/ipv6 is not being used!).

Add a check to the test case that every regular file except README files are being used.

senier avatar Aug 17 '21 16:08 senier

In Componolit/RecordFlux-specifications#80 it might be necessary to restrict the allowed file extensions for test data (e.g. only allow .raw). This is required for the *.yaml files that are required to provide message parameters. Additionally any other file should create a warning about an unused/unsupported file.

jklmnn avatar Sep 28 '21 16:09 jklmnn