tests/helper/test-discovery.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt 5333e281 2021-10-19T19:34:41 Added regex coverage (#3138)
Michael Schmidt 2e834c8c 2021-10-19T14:59:04 Tests: Added `.html.test` files for replace `.js` language tests (#3148)
RunDevelopment a9a199b6 2021-05-03T22:56:44 Tests: Fixed languages test discovery
Michael Schmidt 4492c5ce 2021-05-03T15:25:52 Tests: Test discovery should ignore unsupported file extensions (#2886)
Michael Schmidt cf7b0fd5 2021-05-01T14:40:00 ESLint: Added JSDoc plugin (#2869)
Michael Schmidt 9cae4461 2021-04-17T22:26:40 ESLint: Added quotes rule (#2835)
Michael Schmidt 4ff555be 2020-06-28T01:34:29 Added JSDoc (#1782)
Michael Schmidt 832a9643 2019-03-10T21:30:58 Refactored tests (#1795) This refactors all test related JS files.
Golmote c1a0c1bd 2016-07-11T20:37:47 Added TestCase.runTestsWithHooks + add missing tests. Updated documentation for test suite.
Golmote 5ade8a58 2015-10-06T08:25:54 Test runner: Allow to run tests for only some languages
Jannik Zschiesche 5c2f9e0a 2015-07-15T19:29:27 Use consistent quote style
Jannik Zschiesche 829f8a86 2015-06-13T15:24:53 New file extension for test case files: .test ## All test case files are now required to have the ".test" extension. This prevents issues with syntax highlighting in common IDEs and also prevents the test system to choke on non-testcase files in these directories (like `.DS_Store` or `Thumbs.db`). ## Hide the ".test" extension in the description of the test cases The message for a testcase `blabla.test` will now just read: > 1) Testing language 'css' – should pass test case 'blabla':
Jannik Zschiesche d1f90520 2015-06-01T20:39:11 Implemented test runner