<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/urllib3.git/test/appengine, branch pyopenssl-pin-python-2.6</title>
<subtitle>github.com: shazow/urllib3.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/'/>
<entry>
<title>Disable chunked tests on GAE</title>
<updated>2018-03-28T16:24:02+00:00</updated>
<author>
<name>Seth M. Larson</name>
<email>SethMichaelLarson@users.noreply.github.com</email>
</author>
<published>2018-03-28T16:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=9bb222a062a3ba9e044d80b66e33cccbcff8397c'/>
<id>9bb222a062a3ba9e044d80b66e33cccbcff8397c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable test_read_chunked_short_circuit on GAE</title>
<updated>2018-03-26T04:10:18+00:00</updated>
<author>
<name>lars4839</name>
<email>sethmichaellarson@protonmail.com</email>
</author>
<published>2018-03-26T04:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=2328ab13671ff72ebb231b90aa4bed6384116bb8'/>
<id>2328ab13671ff72ebb231b90aa4bed6384116bb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support newer versions of the google appengine sdk which move the sandbox module to google.appengine.tools.devappserver2.python.runtime from google.appengine.tools.devappserver2.python</title>
<updated>2017-09-06T20:08:08+00:00</updated>
<author>
<name>Justin Patrin</name>
<email>papercrane@reversefold.com</email>
</author>
<published>2017-09-06T19:25:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=588bd4da3547dde07eced0df100be304a00b2d15'/>
<id>588bd4da3547dde07eced0df100be304a00b2d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comments</title>
<updated>2017-06-08T16:01:49+00:00</updated>
<author>
<name>Jon Wayne Parrott</name>
<email>jonwayne@google.com</email>
</author>
<published>2017-06-08T16:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=39315237c009d6c18601449a48d5e096869f2a31'/>
<id>39315237c009d6c18601449a48d5e096869f2a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move app engine tests over to pytest</title>
<updated>2017-06-08T04:36:51+00:00</updated>
<author>
<name>Jon Wayne Parrott</name>
<email>jonwayne@google.com</email>
</author>
<published>2017-06-08T04:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=735f27ca469716a397afe15d2cd16494ecbeaba1'/>
<id>735f27ca469716a397afe15d2cd16494ecbeaba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix GAE build</title>
<updated>2017-05-28T18:04:49+00:00</updated>
<author>
<name>Jon Wayne Parrott</name>
<email>jonwayne@google.com</email>
</author>
<published>2017-05-28T17:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=823e0fa70ded902b6e6b9f62f7e9af93764c7dea'/>
<id>823e0fa70ded902b6e6b9f62f7e9af93764c7dea</id>
<content type='text'>
* Use gcp-devrel's script for fetching the app engine sdk instead of our own.
* Update the version of NoseGAE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use gcp-devrel's script for fetching the app engine sdk instead of our own.
* Update the version of NoseGAE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rough stab at App Engine environment tests.</title>
<updated>2015-06-01T20:56:32+00:00</updated>
<author>
<name>Jon Wayne Parrott</name>
<email>jjramone13@gmail.com</email>
</author>
<published>2015-05-23T20:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/urllib3.git/commit/?id=6b9246e4d5b81844e798d18734788242bb928090'/>
<id>6b9246e4d5b81844e798d18734788242bb928090</id>
<content type='text'>
* Added test/appengine, containing some code to step the sandbox version of httplib/socket/urllib.
* Added test_urlfetch.py, checking the URLFetch is used when making http and https requests (not sure if this is the desired behavior at the moment).
* Added GAE environment to tox, currently requires you to set your PYTHONPATH=~/google-cloud-sdk/platform/google_appengine. Travis should test for this.

To run tests locally, just install the cloud sdk (cloud.google.com/sdk) and set the python path as above, then run tox -e gae.

I can add more tests to cover situations where sockets are enabled, but I just wanted to get something basic out here to open the dialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added test/appengine, containing some code to step the sandbox version of httplib/socket/urllib.
* Added test_urlfetch.py, checking the URLFetch is used when making http and https requests (not sure if this is the desired behavior at the moment).
* Added GAE environment to tox, currently requires you to set your PYTHONPATH=~/google-cloud-sdk/platform/google_appengine. Travis should test for this.

To run tests locally, just install the cloud sdk (cloud.google.com/sdk) and set the python path as above, then run tox -e gae.

I can add more tests to cover situations where sockets are enabled, but I just wanted to get something basic out here to open the dialog.
</pre>
</div>
</content>
</entry>
</feed>
