-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Simple integration testing (adopted) #16489
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
Simple integration testing (adopted) #16489
Conversation
…dule level documentation.
Thanks for adopting the pr 😃. I'd almost forgotten I made this one after two years 😄. |
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.
Good call: I do really like this! Straightforward and useful. There's a nit to be fixed about doc comments, but I'm happy to approve this after that.
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.
This will be super useful!
# Objective This older PR from `Wcubed` seemed well worth saving, adopted from bevyengine#7314. See also tracking issue bevyengine#2896 for ongoing discussion of Bevy testability. Thanks `Wcubed`! ## Solution - Updated for 0.15 - Added the `expected`/`actual` pattern - Switched to function plugin - Tweaked a bit of description ## Testing Green. --------- Co-authored-by: Wybe Westra <[email protected]> Co-authored-by: Wybe Westra <[email protected]>
# Objective This older PR from `Wcubed` seemed well worth saving, adopted from bevyengine#7314. See also tracking issue bevyengine#2896 for ongoing discussion of Bevy testability. Thanks `Wcubed`! ## Solution - Updated for 0.15 - Added the `expected`/`actual` pattern - Switched to function plugin - Tweaked a bit of description ## Testing Green. --------- Co-authored-by: Wybe Westra <[email protected]> Co-authored-by: Wybe Westra <[email protected]>
Objective
This older PR from
Wcubed
seemed well worth saving, adopted from #7314. See also tracking issue #2896 for ongoing discussion of Bevy testability. ThanksWcubed
!Solution
expected
/actual
patternTesting
Green.