-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
feat(test): expose test buffer #160
Conversation
Superceded by #161, |
Reopening, since It seems that this approach is more suited to my immediate needs, after looking closer at #161. |
b896102
to
d64f183
Compare
Allow a way to expose the buffer of the `TestBackend`, to easier support different testing methodologies.
d64f183
to
d4c3078
Compare
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.
Consider moving the code from buffer_view()
into fmt()
. But approved regardless as this seems useful.
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.
+1
Allow a way to expose the buffer of the
TestBackend
, to easier support different testing methodologies.