summaryrefslogtreecommitdiff
path: root/scripts/run_tests.sh
AgeCommit message (Collapse)Author
2021-11-24Update run_tests to be more scalable with more test folders addedStephan Seitz
2021-08-30test: Add tests for is_in_node_range (#1756)partizan
* fix: is_in_node_range now includes end line and col This fixes no indents at the end of python files Refs #1136 * update scala highlights (#1760) * add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> * test: Add unit tests * Revert "fix: is_in_node_range now includes end line and col" This reverts commit 5a721fef5620eb2fae6d9cebe09bf7b230f2606f. * refactor test * apply stylua * fix luacheck * update `describe` text * smallfix Co-authored-by: Stevan Milic <stevan.milic@yahoo.com> Co-authored-by: Stevan Milic <stevan.milic@tradecore.com>
2021-04-23move all tests to top-level tests/ directoryJędrzej Boczar
2021-04-23scripts: print test results summary with --summaryJędrzej Boczar
2021-04-23Initial sketch of automated indent testsJędrzej Boczar