Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] TH should complain if there was no PICS file supplied #446

Open
cecille opened this issue Oct 3, 2024 · 1 comment
Open

[Feature] TH should complain if there was no PICS file supplied #446

cecille opened this issue Oct 3, 2024 · 1 comment

Comments

@cecille
Copy link

cecille commented Oct 3, 2024

Feature description

Right now, the TH appears to be faking a PICS file and sending it to the scripts, but if there's no PICS file, it supplies an empty PICS file, which basically mean "test nothing".

Since the test framework does RECEIVE a PICS file, we have no way to determine if the PICS are set as intended, or if this was something made up by the TH because someone forgot to load the file into the config, or loaded it incorrectly.

Use Cases

If the TH could just pass through the ACTUAL pics files to the test framework, we can ensure that the correct PICS file was supplied when tests go to check pics.

Test Cases

Run a test that relies on PICS, run test, test should complain that there was no PICS file.

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants