Skip to content

TST/CI/BUG: fix borked call to read_html testing code #5151

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

Merged
merged 1 commit into from
Oct 8, 2013
Merged

TST/CI/BUG: fix borked call to read_html testing code #5151

merged 1 commit into from
Oct 8, 2013

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Oct 8, 2013

closes #5150.

@ghost ghost assigned cpcloud Oct 8, 2013
@@ -619,6 +616,21 @@ def test_fallback_success(self):
self.read_html(banklist_data, '.*Water.*', flavor=['lxml',
'html5lib'])

def test_parse_dates_list(self):
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this code? Rebase needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope. I just copy-pasted the test from the bs4 test class over to the lxml version....I think you might be misunderstanding git rebase...

Copy link
Contributor

Choose a reason for hiding this comment

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

No. Was correct use of rebase. If you had created new branch for this PR and then committed on top of a branch with work in progress.

e.g. A -> B -> C (origin/master) ->D (wip) -> E (cpcloud:read-html-lxml-skips)

you would want to rebase cpcloud:read-html-lxml-skips without commit D.

to A -> B -> C (origin/master) ->D (wip) 
                    \-> E (cpcloud:read-html-lxml-skips)

cpcloud added a commit that referenced this pull request Oct 8, 2013
TST/CI/BUG: fix borked call to read_html testing code
@cpcloud cpcloud merged commit f189263 into pandas-dev:master Oct 8, 2013
@cpcloud cpcloud deleted the read-html-lxml-skips branch October 8, 2013 03:41
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.

some of pandas.io.tests.test_html.TestReadHtml should be conditioned on presence of lxml
2 participants