Closed migurski closed 8 years ago
@migurski, it looks like the Python 3 tests are failing for this PR.
I updated the import to work with both Python 2 and Python 3.
There were conflicts with the merge due to hold old this PR is. I cherry-picked out your changes and merged here: https://github.com/jarus/flask-testing/commit/70a4bda0d888b2e2850454527edeacf1e939944d.
Thanks
String concatenation does not correctly detect redirects across domains. Using
urlparse.urljoin()
accounts for the basic case already covered by simple concatenation, as well as redirects across domains.