1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Modularized output, refactoring

Making it ready for output formatting plugin API.
This commit is contained in:
Jakub Roztocil
2014-04-27 00:07:13 +02:00
parent c06598a0c4
commit 05db75bdb1
24 changed files with 747 additions and 765 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Tests for dealing with binary request and response data."""
from httpie.compat import urlopen
from httpie.output import BINARY_SUPPRESSED_NOTICE
from httpie.output.streams import BINARY_SUPPRESSED_NOTICE
from tests import TestEnvironment, http, httpbin
from tests.fixtures import BIN_FILE_PATH, BIN_FILE_CONTENT, BIN_FILE_PATH_ARG