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

Add tests for html2wt as described in T75955 #98

Merged
merged 2 commits into from
Jan 5, 2015
Merged

Conversation

earldouglas
Copy link
Contributor

NOTE: Don't merge this yet -- it depends on a yet-to-be-released version of Parsoid. It totally passes locally though, I swear.

This includes tests for:

  • html -> wt
  • html -> pagebundle
  • html -> html

This currently depends on running a patched version of Parsoid locally.

This includes tests for:
 * html -> html
 * html -> wt
 * wt -> html

This currently depends on running a patched version of Parsoid locally.

Restore lost filter
@coveralls
Copy link

Coverage Status

Coverage increased (+4.39%) when pulling 7318a0b on html2wt-tests into 044a225 on master.

'/v1/{domain}/transform/{from}/to/{to}': {
post: { request_handler: parsoidConvert(conf.parsoidHost) }
},
'/v1/{domain}/transform/{from}/to/{to}/{title}': {
Copy link
Member

Choose a reason for hiding this comment

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

We should eventually narrow this down to transform/html/to/wikitext and perhaps transform/wikitext/to/html.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍 Shall I do that on this PR?

Copy link
Member

Choose a reason for hiding this comment

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

I think it's fine to do that along with the swagger spec stuff.

gwicke added a commit that referenced this pull request Jan 5, 2015
Add tests for html2wt as described in T75955
@gwicke gwicke merged commit 95e282f into master Jan 5, 2015
@earldouglas earldouglas deleted the html2wt-tests branch January 15, 2015 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants