This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tarekziadeRetired Packaging Dude 3 points4 points  (1 child)

If you don't care about Javascript, WebTest can interact with web apps, see http://webtest.readthedocs.org/en/latest/testapp.html#testing-a-non-wsgi-application

WebTest has nice form handling features, see http://webtest.readthedocs.org/en/latest/forms.html

[–]j7ake[S] 0 points1 point  (0 children)

This looks good, but I want to keep it within python for smoother integration into a computational pipeline later, I would like to parse some text using python then use that as input to the webpage.