-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract the
runner
module into its own crate (#678)
* Extract the `runner` module into its own crate This commit extracts the utiility runner module, used in the integration tests into its own private crate. The main motivation for this change is to enable sharing this functionality between integration tests and the upcoming `javy-fuzz` crate. Additionally, this change promotes some dependencies to the workspace level, namely: - `tempfile` - `uuid` * Add tests * Add a separate lint job for `javy-runner` * Use `take` instead * Remove redundant `static` * Remove `capacity` from runner options
- Loading branch information
1 parent
442c01c
commit 5880e7b
Showing
8 changed files
with
308 additions
and
106 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.