-
Notifications
You must be signed in to change notification settings - Fork 275
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
API 1.0 - PluginTestHarness is not good enough #1149
Comments
We should start this soon and continue improving the test harness as we improve the APIs. We should consider using
|
#1487 replaces |
This could be improved post 1.0, but it would be nice to have a good plugin testing story for 1.0. Leaving in for now and we'll see how the time goes. Consider this non-blocking for 1.0. |
I feel like we re good enough on that front, @garypen wdyt? can we close it? |
@o0Ignition0o I don't think we should close it until we verify all the suggested improvements above are (or can be) addressed. I do think we can remove the 1.0 label, so I'll do that. |
sgtm, Seeing the board clear up is a good dopamine rush |
Recently we introduced a
PluginTestHarness
. It's very basic and needs to work.Things that need to be fixed:
mockall
. We can usebuildstructor
to help here and allow people to for instance:assert_headers_contains
orassert_response_containes_errors
.This will need several rounds of iteration.
The text was updated successfully, but these errors were encountered: