-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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(core): add test::test::get_ipc_response, closes #8199 #8228
Conversation
We have assert_ipc_response which works in a similar way, maybe we can add a variant to only return the response instead of asserting it. Does it really need to be coupled with |
Well you're right, it shouldn't be in the Tauri code. I will do another proposal and move most code into my fuzzing lib |
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
#8199
Some helper functions added to the
tauri::test::MockRuntime
that can help to fuzz Tauri applications.What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___
)Other information