-
Notifications
You must be signed in to change notification settings - Fork 8
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
WIP: Adding testing #5
Conversation
# Why # _This is part of my Hacktoberfest effort_ Response to issue AAYBS#4 # How # Adding trivial tests for now. # Comments # Still need to find a good test expectation for `test_search_jobs`
Thanks, @bertilhatt . Following upwork documentations, unfortunately, they don't currently provide a test environment for Upwork API. For testing API calls, they suggest using mocking technology |
Yeah, that’s 100% the right approach. Sorry — I haven’t had time to look at this, and I need to switch gear, but I should be able to do it later this week. Let me know if I’m blocking something. |
Sure, no problem @bertilhatt |
Hello again, |
@bertilhatt Code looks good, I will merge your PR and I will fix tests. |
Why
This is part of my Hacktoberfest effort
Response to issue #4
How
Adding trivial tests for now.
Comments
Still need to find a good test expectation for
test_search_jobs