We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f57d98 + 1baacc6 commit ad43dd1Copy full SHA for ad43dd1
apitools/base/py/batch_test.py
@@ -153,6 +153,7 @@ def testSingleRequestInBatch(self):
153
desired_url = 'https://www.example.com'
154
155
callback_was_called = []
156
+
157
def _Callback(response, exception):
158
self.assertEqual({'status': '200'}, response.info)
159
self.assertEqual('content', response.content)
setup.py
@@ -54,7 +54,7 @@
54
if py_version < '2.7':
55
REQUIRED_PACKAGES.append('argparse>=1.2.1')
56
57
-_APITOOLS_VERSION = '0.5.7'
+_APITOOLS_VERSION = '0.5.8'
58
59
with open('README.rst') as fileobj:
60
README = fileobj.read()
0 commit comments