You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-28 00:33:48 +02:00
Fixed tests.
This commit is contained in:
3
tests/tests.py
Normal file → Executable file
3
tests/tests.py
Normal file → Executable file
@@ -21,6 +21,7 @@ import json
|
||||
import tempfile
|
||||
import unittest
|
||||
import argparse
|
||||
import requests
|
||||
from requests.compat import is_py26, is_py3, str
|
||||
|
||||
|
||||
@@ -714,7 +715,7 @@ class ArgumentParserTestCase(unittest.TestCase):
|
||||
])
|
||||
|
||||
|
||||
class FakeResponse(Response):
|
||||
class FakeResponse(requests.Response):
|
||||
|
||||
class Mock(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user