-
Notifications
You must be signed in to change notification settings - Fork 34
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
TODO #33
Comments
@schmorrison I will pick first thing first, Writing unit tests. Will start with Zoho expense api to add unit tests for it. PR should contain support added + new unit tests. Hope to complete it soon. |
Make sure to setup a mock http client/server and a schema so contributors
can provide unit test very easily.
…On Tue., Aug. 24, 2021, 6:26 a.m. Ashish Nigam, ***@***.***> wrote:
@schmorrison <https://github.com/schmorrison> I will pick first thing
first, Writing unit tests. Will start with Zoho expense api to add unit
tests for it. PR should contain support added + new unit tests. Hope to
complete it soon.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEEUOI5XUWRRHUFPRLBJBDDT6OFWHANCNFSM5CSACIPQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
@ashishsnigam Any progress on this? If I have some time this weekend I could review what you have, or I could take a run at it if you haven't got a start yet. |
@schmorrison I am still not able to start working on it due to time crunch but I hope to start working on it October onwards only. Sorry for it. |
@ashishsnigam I've just pushed some testing stuff, I never tried on a data endpoint but did test on the OAuth endpoints. You should be able to write a test for a specific endpoint pretty simply , it won't actually send the request to Zoho but we can test the marshal/unmarshal body, authentication, etc. If you want an example let me know, but it should be pretty straightforward. You can check |
@schmorrison Thanks. Will try to check it out soon but too busy with day job. |
|
map[string]interface{}
to response structs and decode JSON into it as well as the root structTokenLoaderSaver
interface example because AppEngine subpackages have been deprecated AFAIKPlease create a new issue if you decided to work on these.
The text was updated successfully, but these errors were encountered: