You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite crud interface is tested, including .Consume() adding to the allow list
... butt I would prefer to also start testing the whole thing in one piece, including the muxrpc stuff. Didn't want to whip all this up on the back of #59, tho.
Qs to answer:
with or without https?
Do we run it as a _test or whip up scripts to run cmd/server as an executable?
what's does the client test driver look like?
Also the current way to spawn the web + muxrpc stuff is only in cmd/server so a proper e2e suite either needs to run that or refactor the server code to become a slim CLI flag passing shim.
The text was updated successfully, but these errors were encountered:
All the important parts have unit tests.
.Consume()
adding to the allow list... butt I would prefer to also start testing the whole thing in one piece, including the muxrpc stuff. Didn't want to whip all this up on the back of #59, tho.
Qs to answer:
_test
or whip up scripts to runcmd/server
as an executable?Also the current way to spawn the web + muxrpc stuff is only in cmd/server so a proper e2e suite either needs to run that or refactor the server code to become a slim CLI flag passing shim.
The text was updated successfully, but these errors were encountered: