Unit tests coverage for plugins and classes in main#63
Open
stolen-smile wants to merge 44 commits intomaldevel:masterfrom
Open
Unit tests coverage for plugins and classes in main#63stolen-smile wants to merge 44 commits intomaldevel:masterfrom
stolen-smile wants to merge 44 commits intomaldevel:masterfrom
Conversation
basic setup of env, vscode
…type 'googles' to 'google' in plugin. Because of these, the first example in the documentation didn't work.
Fixed plugin 'googles.py'
added some template code
Unit tests for google plugin in plugins/google.py
Unit tests for youtube plugin in plugins/youtube.py
Unit tests for yahoo plugin in plugins/yahoo.py
Unit tests for twitter plugin in plugins/twitter.py
Unit tests for reddit plugin in plugins/reddit.py
mock_app_emailharvester.init = MagicMock() -> mock_app_emailharvester.init_search = MagicMock() Added mock_app_emailharvester.show_message = MagicMock()
…and-test_youtube Small fixes in tests for youtube and twitter test files
Unit tests for linkedin plugin in plugins/linkedin.py
Unit tests for instagram plugin in plugins/instagram.py
Unit tests for googleplus plugin in plugins/googleplus.py
Unit tests for github plugin in plugins/github.py
Unit tests for exalead plugin in plugins/exalead.py
Unit tests for dogpile plugin in plugins/dogpile.py
Unit tests for bing plugin in plugins/bing.py
Unit tests for baidu plugin in plugins/baidu.py
Unit tests for ask plugin in plugins/ask.py
Unit tests for class myparser in EmailHarvester.py
Unit tests for class EmailHarvester in EmailHarvester.py
Made some cosmetic edits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description: