mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
Fixed tests.
This commit is contained in:
parent
87042f65c9
commit
ced6e33230
@ -144,7 +144,6 @@ class PygmentsProcessor(BaseProcessor):
|
||||
|
||||
|
||||
class OutputProcessor(object):
|
||||
"""."""
|
||||
|
||||
installed_processors = [
|
||||
JSONProcessor,
|
||||
|
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user