Added CONTRIBUTING.rst.

This commit is contained in:
Jakub Roztocil
2014-04-24 18:20:23 +02:00
parent 3d079942f4
commit 887f70f595
11 changed files with 140 additions and 85 deletions

View File

@ -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):