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

Test suite fixes #67

Merged
merged 11 commits into from
Jul 29, 2014
Merged

Test suite fixes #67

merged 11 commits into from
Jul 29, 2014

Conversation

karls
Copy link
Contributor

@karls karls commented Jul 28, 2014

I've fixed up all the failing tests in the test suite. Running python tests/unit_tests.py from the project root yields a fully passing test suite, for me anyway. I think depending on you geographical location, some tests might still fail, because the tests are making live HTTP requests and certain news sites serve up different content depending on where you're browsing from.

However, I think this is a good start. The next step is to mock out any HTTP requests and respond with a static response -- a local HTML file. I'm already working on that as well.

Let me know if it looks good or if you want anything changed.

@codelucas
Copy link
Owner

Good start, i'll merge. I believe that you have already finished the stack HTTP request mocking? Or should I get to work on that.

codelucas added a commit that referenced this pull request Jul 29, 2014
@codelucas codelucas merged commit 676b10a into codelucas:master Jul 29, 2014
@karls
Copy link
Contributor Author

karls commented Jul 29, 2014

HTTP request mocking is done as well. I'll open it as soon as this one is merged.

@karls
Copy link
Contributor Author

karls commented Jul 29, 2014

2 seconds late!

@codelucas
Copy link
Owner

Haha

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.

2 participants