Skip to content
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

Unit tests coverage for plugins and classes in main #63

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

stolen-smile
Copy link

Description:

  • Found and fixed a bug in the google plugin name. Instead of googles, now it's google.
  • Implemented unit tests for myparser class in EmailHarvester.py
  • Implemented unit tests for EmailHarvester class in EmailHarvester.py
  • Implemented unit tests for ask plugin
  • Implemented unit tests for baidu plugin
  • Implemented unit tests for bing plugin
  • Implemented unit tests for dogpile plugin
  • Implemented unit tests for exalead plugin
  • Implemented unit tests for github plugin
  • Implemented unit tests for google plugin
  • Implemented unit tests for googleplus plugin
  • Implemented unit tests for instagram plugin
  • Implemented unit tests for linkedin plugin
  • Implemented unit tests for reddit plugin
  • Implemented unit tests for twitter plugin
  • Implemented unit tests for yahoo plugin
  • Implemented unit tests for youtube plugin

KD and others added 30 commits May 15, 2024 00:20
…type 'googles' to 'google' in plugin. Because of these, the first example in the documentation didn't work.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant