{{ message }}
CLITest for testing CLI commands in Processing IDE#1161
Merged
SableRaf merged 1 commit intoJul 11, 2025
Merged
Conversation
Introduces a new Kotlin test class, CLITest, to facilitate running and testing CLI commands of the Processing IDE directly from the IDE. This allows for easier and faster development and debugging of CLI features without manual command line invocation.
Member
Author
Sorry, something went wrong.
toniab
approved these changes
Jul 4, 2025
toniab
left a comment
Contributor
There was a problem hiding this comment.
Hi! This works and is easier than having to edit run config.
Is the idea that contributors could replace the arguments there to whatever I want for my testing purposes (and they would make sure not to push their changes to that line?)
Should we mention this testing functionality in the build or contribute .md's? Do people go to app > test > for other things already?
Sorry, something went wrong.
toniab
added a commit
to toniab/processing4
that referenced
this pull request
Jul 4, 2025
CLITest explanation to go along with PR processing#1161
Merged
Hide details
View details
SableRaf
merged commit
6e4f078
into
processing:main
Jul 11, 2025
12 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Easily run Processing command line arguments from IntelliJ IDEA