1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +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

View File

@ -144,7 +144,6 @@ class PygmentsProcessor(BaseProcessor):
class OutputProcessor(object): class OutputProcessor(object):
"""."""
installed_processors = [ installed_processors = [
JSONProcessor, JSONProcessor,

View File

@ -1,4 +1,6 @@
""" -*- coding: utf-8 -*- # coding=utf8
"""
Many of the test cases here use httpbin.org. Many of the test cases here use httpbin.org.
To make it run faster and offline you can:: To make it run faster and offline you can::