1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-20 11:32:56 +02:00

Fixed request/response session cookies.

Closes #113.
This commit is contained in:
Jakub Roztocil
2013-01-04 02:59:05 +01:00
parent 79c412064a
commit a93d57b58b
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -227,6 +227,8 @@ def http(*args, **kwargs):
class BaseTestCase(unittest.TestCase):
maxDiff = 100000
if is_py26:
def assertIn(self, member, container, msg=None):
self.assertTrue(member in container, msg)