Currently, for a given checker abc.yaml, we require the tests for the file to be in abc.test.<extension>, where <extension> is the language supported by the checker. This is limiting in cases that a checker might need to test for patterns in multiple files, or when the file name cannot be abc.test.<extension>.
The test runner should also look for tests inside the directory named abc.test for the test runner to be comprehensive.
Currently, for a given checker
abc.yaml, we require the tests for the file to be inabc.test.<extension>, where<extension>is the language supported by the checker. This is limiting in cases that a checker might need to test for patterns in multiple files, or when the file name cannot beabc.test.<extension>.The test runner should also look for tests inside the directory named
abc.testfor the test runner to be comprehensive.