Closed
Description
I would like to be able to run the tests on specific files or folders, rather than having that hardcoded in the pytest code. There would need to be a flag for a file or folder, which contains the rules to be tested.
As a workaround, I'm currently deleting all files from the folders and putting my own rules in a different folder. Some tests fail on this (e.g. because they assume something is in the Windows folder or deprecated folder), so those would need to be redesigned or skipped in that case.