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

[MRG] Fix tests for Travis-CI build #570

Merged
merged 1 commit into from Jan 31, 2014
Merged

Conversation

redapple
Copy link
Contributor

scrapy.tests.test_contrib_exporter.XmlItemExporterTest still need work

@redapple redapple mentioned this pull request Jan 30, 2014
@redapple
Copy link
Contributor Author

Finally passing!

Link(url='http://www.google.com/something', text=''),
])
self.assertEqual(
set([link for link in lx.extract_links(self.response)]),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is comparing sets still necessary? I.e. is the order of links link extractor produces semi-random?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not. let's see...

dangra added a commit that referenced this pull request Jan 31, 2014
[MRG] Fix tests for Travis-CI build
@dangra dangra merged commit 1e553ec into scrapy:master Jan 31, 2014
@dangra
Copy link
Member

dangra commented Jan 31, 2014

this work unblocked the queue of PRs.
thanks @redapple and @kmike!

@redapple redapple deleted the travistests branch January 31, 2014 17:24
@redapple
Copy link
Contributor Author

you're welcome @dangra

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.

None yet

3 participants