Add tests/Testing.cpp and create osimTesting target - #4455
Merged
Merged
Conversation
nickbianco
added this pull request to stack #4459
September 18, 2026 21:08
nickbianco
force-pushed
the
test_helpers_updates_part1
branch
from
September 18, 2026 22:14
9371113 to
bf9b8a2
Compare
tests/Testing.h and add tests/Testing.cpp
nickbianco
force-pushed
the
test_helpers_updates_part1
branch
2 times, most recently
from
September 21, 2026 14:47
3817d9c to
1871ad4
Compare
nickbianco
marked this pull request as ready for review
September 21, 2026 14:47
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
nickbianco
force-pushed
the
test_helpers_updates_part1
branch
from
September 21, 2026 14:51
1871ad4 to
e4ddd99
Compare
tests/Testing.h and add tests/Testing.cpptests/Testing.cpp and create osimTesting target
Contributor
|
@nickbianco looks like a sensible cleanup 👍 |
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
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.
Part 1 of 4 changes related to #3555 and #4393.
These changes were originally written all together on a different branch that was supposed to only add
Testing.cppand some minor changes, but eventually ballooned as I started to pull on threads. Therefore, I used Claude to split the changes on the branch onto four different branches and created a stack of PRs , a new feature offered by the GitHub CLI (e.g.,gh stack) that I wanted to try out.Brief summary of changes
Testing.hinside the newOpenSim::Testingnamespace (except forCHECK_STORAGE_AGAINST_STANDARDwhich gets converted in part 2).Testing.cpp.osimTesting.Testing I've completed
Ran tests locally; CI.
Looking for feedback on...
CHANGELOG.md (choose one)
Stack created with GitHub Stacks CLI • Give Feedback 💬
This change is