-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[commands] Use factories and decorators in Command tests #7006
Merged
PeterJohnson
merged 52 commits into
wpilibsuite:main
from
TheComputer314:factories-in-command-tests
Dec 29, 2024
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
9cf0fc7
Do CommandDecoratorTest
TheComputer314 2997b22
Do CommandRequirementsTest
TheComputer314 eb2d761
Do MultiCompositionTestBase.java
TheComputer314 cdd2f05
Do ConditionalCommandTest
TheComputer314 599556d
Do ParallelDeadlineGroupTest
TheComputer314 6ab83c8
Do ParallelRaceGroupTest
TheComputer314 25114a8
Do ProxyCommandTest
TheComputer314 0752376
Do ScheduleCommandTest
TheComputer314 b1d863a
Do SchedulerTest
TheComputer314 9d65c17
Do SchedulingRecursionTest
TheComputer314 1240dc8
Do SchedulingRecursionTest
TheComputer314 063ebae
Fix ParallelRaceGroupTest failing
TheComputer314 c44fb83
Do SelectCommandTest
TheComputer314 2c87960
Do SingleCompositionTestBase
TheComputer314 443b982
Do ScheduleCommandTest
TheComputer314 8088350
Formatting fixes
github-actions[bot] 717b66f
Start work on CommandDecoratorTest
TheComputer314 7ff7356
Merge branch 'factories-in-command-tests' into cpp-factories-in-comma…
TheComputer314 497e3cc
CommandDecoratorTest done
TheComputer314 649b8fc
Merge branch 'main' into cpp-factories-in-command-tests
TheComputer314 1d115a4
Do CommandDecoratorTest
TheComputer314 a6898a9
Do ConditionalCommandTest
TheComputer314 739b76c
Formatting fixes
github-actions[bot] 1e6a43e
Merge branch 'main' into factories-in-command-tests
TheComputer314 0ca7b7f
Merge branch 'main' into factories-in-command-tests
TheComputer314 6cb3ca5
Merge branch 'main' into factories-in-command-tests
TheComputer314 20b9250
Do CommandDecoratorTest.cpp
TheComputer314 4e14491
Do ParallelDeadlineGroupTest
TheComputer314 c2557a2
Do ParallelCommandGroupTest & ParallelDeadlineGroupTest
TheComputer314 c9bed3c
Do ParallelRaceGroupTest
TheComputer314 deea284
Do CommandDecoratorTest.java
TheComputer314 c132d57
Do PrintCommandTest
TheComputer314 c6febfe
Do RunCommandTest
TheComputer314 59f3d69
Do ProxyCommandTest
TheComputer314 8bbbe9c
Do SchedulerTest
TheComputer314 a431032
Do SchedulingRecursionTest
TheComputer314 4a1abdf
Do SequentialCommandGroupTest
TheComputer314 51de3fe
Do StartEndCommandTest
TheComputer314 d58f052
Do WaitCommandTest
TheComputer314 6dfa97c
Do WaitUntilCommandTest
TheComputer314 3f44144
Shorten command factory uses
TheComputer314 aa15a53
Do DefaultCommandTest
TheComputer314 dcd36be
Merge branch 'main' into factories-in-command-tests
TheComputer314 cb29447
Resolve requested changed
TheComputer314 6659f58
Do SchedulerTest
TheComputer314 17247a7
Do SchedulingRecusionTest
TheComputer314 5addac0
Do SelectCommandTest
TheComputer314 ed02b24
Formatting fixes
github-actions[bot] b8e6479
Do ParallelRaceGroupTest.ParallelRaceCopy
TheComputer314 49cced1
Merge branch 'refs/heads/main' into factories-in-command-tests
TheComputer314 d6e87ca
Do CompositionTestBase
TheComputer314 5210266
Do ConditionalCommandTest.AllCancelSelf
TheComputer314 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
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.
Add this suggestion to a batch that can be applied as a single commit.
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.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does
requirement.idle()
exist?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No