Fix interactive tool tests
Summary of Changes
My last MR unintentionally broke the interactive tool tests as the conftest.py file was modifying the testing behavior there. I've updated it to ensure the test generator only generates tests for the linter as intended. :)
Checklist
- The MR has a clear and concise title
- Code is self-documented and follows style guidelines.
- Automated tests are written and pass successfully.
- Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
- Readme file is present and up-to-date.