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 Flask, testing against 0.9 and 0.10.1 #61

Merged
merged 1 commit into from
May 15, 2015
Merged

Conversation

brianr
Copy link
Member

@brianr brianr commented May 15, 2015

Also fixed #59 (bug affecting request data collecting in flask 0.9).

Some wrinkles with versions:

  • Flask 0.9 is tested against python 2.6 and 2.7.
  • Flask 0.10.1 is tested against 2.6, 2.7, 3.3, and 3.4.
  • Python 3.2 does not work at all with flask.

- Flask 0.9 is tested against python 2.6 and 2.7.
- Flask 0.10.1 is tested against 2.6, 2.7, 3.3, and 3.4.
- Python 3.2 does not work at all with flask.
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.

Request data collection doesn't work in Flask 0.9
1 participant