You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-22 00:27:32 +02:00
Fixed tests.
This commit is contained in:
@@ -144,7 +144,6 @@ class PygmentsProcessor(BaseProcessor):
|
|||||||
|
|
||||||
|
|
||||||
class OutputProcessor(object):
|
class OutputProcessor(object):
|
||||||
"""."""
|
|
||||||
|
|
||||||
installed_processors = [
|
installed_processors = [
|
||||||
JSONProcessor,
|
JSONProcessor,
|
||||||
|
|||||||
@@ -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::
|
||||||
|
|||||||
Reference in New Issue
Block a user