From ced6e33230048a8266da8ba5393afd2c19504df0 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 21 Jul 2012 03:22:47 +0200 Subject: [PATCH] Fixed tests. --- httpie/output.py | 1 - tests/tests.py | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/httpie/output.py b/httpie/output.py index cf325474ee..c61ef75f0a 100644 --- a/httpie/output.py +++ b/httpie/output.py @@ -144,7 +144,6 @@ def process_body(self, content, content_type): class OutputProcessor(object): - """.""" installed_processors = [ JSONProcessor, diff --git a/tests/tests.py b/tests/tests.py index d290a44444..fd17ff0a41 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -1,4 +1,6 @@ -""" -*- coding: utf-8 -*- +# coding=utf8 +""" + Many of the test cases here use httpbin.org. To make it run faster and offline you can::