mirror of
https://github.com/httpie/cli.git
synced 2025-07-01 06:40:52 +02:00
Added CONTRIBUTING.rst.
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from httpie import ExitStatus
|
||||
from tests import (
|
||||
TestEnvironment,
|
||||
http, httpbin,
|
||||
HTTP_OK, COLOR, CRLF
|
||||
)
|
||||
from tests import TestEnvironment, http, httpbin, HTTP_OK, COLOR, CRLF
|
||||
|
||||
|
||||
class VerboseFlagTest(TestCase):
|
||||
|
Reference in New Issue
Block a user