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

Fixed tests.

This commit is contained in:
Jakub Roztocil
2012-07-21 03:22:47 +02:00
parent 87042f65c9
commit ced6e33230
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -144,7 +144,6 @@ class PygmentsProcessor(BaseProcessor):
class OutputProcessor(object):
"""."""
installed_processors = [
JSONProcessor,
+3 -1
View File
@@ -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::