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

Fix tests that break under make test-network #131

Open
9 tasks done
topher200 opened this issue Oct 13, 2017 · 5 comments
Open
9 tasks done

Fix tests that break under make test-network #131

topher200 opened this issue Oct 13, 2017 · 5 comments
Assignees

Comments

@topher200
Copy link
Collaborator

topher200 commented Oct 13, 2017

#123 adds the command make test-network. These tests break under this new command:

  • test/test_plugins/test_commit.py F
  • test/test_plugins/test_gif.py F.
  • test/test_plugins/test_github.py F
  • test/test_plugins/test_image.py F.
  • test/test_plugins/test_stock.py F..F.
  • test/test_plugins/test_stockphoto.py F.
  • test/test_plugins/test_weather.py FF
  • test/test_plugins/test_wiki.py F.
  • test/test_plugins/test_youtube.py F.

#122 fixes the stockphoto test, marking that as done

@topher200 topher200 self-assigned this Oct 13, 2017
topher200 pushed a commit to topher200/limbo that referenced this issue Oct 13, 2017
topher200 pushed a commit to topher200/limbo that referenced this issue Oct 13, 2017
@topher200
Copy link
Collaborator Author

#133 fixes these tests:

  • test/test_plugins/test_commit.py
  • test/test_plugins/test_gif.py
  • test/test_plugins/test_github.py
  • test/test_plugins/test_image.py
  • test/test_plugins/test_stock.py
  • test/test_plugins/test_wiki.py
  • test/test_plugins/test_youtube.py

Checking them off the list

@topher200
Copy link
Collaborator Author

@llimllib The weather plugin is difficult to test due to the API key requirement. Any ideas on how we can handle that one?

@StewPoll
Copy link
Contributor

StewPoll commented Oct 13, 2017 via email

@llimllib
Copy link
Owner

to test the API, you'll need an API key; but this is one place where it gets a bit weird, because you're basically at this point testing the weather API. Anyway, my advice is to get an API key and set it in the environment in which make test-network runs.

@llimllib
Copy link
Owner

@StewPoll do you want a contributor bit too? Anything you want to work on?

Also if either of you want an invite to the slack instance I use for testing, send me an email at [email protected] (I need an email address to invite you)

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

No branches or pull requests

3 participants