We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While the application is well tested, the core business domain in the CreateKeywordsAndResultsService has not been fully tested.
seeker/app/services/create_keywords_and_results_service.rb
Lines 33 to 40 in 4315482
but the test is fairly simple
seeker/spec/services/create_keywords_and_results_service_spec.rb
Lines 23 to 37 in 4315482
it does not cover the 2nd step that doing the actual search and extracting the result.
by using a gem like https://github.com/vcr/vcr to record the HTTP request, that step can be actually tested, right?
The core business domain - search the keyword on google and extract the result - is fully tested.
The text was updated successfully, but these errors were encountered:
Hello @longnd ,
Thanks for pointing out. When I am done fixing issue #24 , it can be easily tested due to separate logic. I will create a PR for this issue also.
Sorry, something went wrong.
htoo-eain-lwin
No branches or pull requests
Issue
While the application is well tested, the core business domain in the CreateKeywordsAndResultsService has not been fully tested.
seeker/app/services/create_keywords_and_results_service.rb
Lines 33 to 40 in 4315482
The main part of the service:
but the test is fairly simple
seeker/spec/services/create_keywords_and_results_service_spec.rb
Lines 23 to 37 in 4315482
it does not cover the 2nd step that doing the actual search and extracting the result.
by using a gem like https://github.com/vcr/vcr to record the HTTP request, that step can be actually tested, right?
Expected
The core business domain - search the keyword on google and extract the result - is fully tested.
The text was updated successfully, but these errors were encountered: