-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extends the functionality of `lake test` and adds a parallel command in `lake lint`. * Rename `@[test_runner]` / `testRunner` to `@[test_driver]` / `testDriver`. The old names are kept as deprecated aliases. * Extend help page for `lake test` and adds one for `lake check-test`. * Add `lake lint` and its parallel tag `@[lint_driver]` , setting `lintDriver`, and checker `lake check-lint`. * Add support for specifying test / lint drivers from dependencies. * Add `testDriverArgs` / `lintDriverArgs` for fixing additional arguments to the invocation of a driver script or executable. * Add support for library test drivers (but not library lint drivers). * `lake check-test` / `lake check-lint` only load the package (without dependencies), not the whole workspace. Closes #4116. Closes #4121. Closes #4142.
- Loading branch information
Showing
44 changed files
with
541 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.