mirror of
https://github.com/httpie/cli.git
synced 2025-08-17 01:41:06 +02:00
Moved fixture constants to tests.fixtures.
This commit is contained in:
@ -2,10 +2,8 @@ import os
|
||||
from unittest import TestCase
|
||||
|
||||
from httpie.input import ParseError
|
||||
from tests import (
|
||||
TestEnvironment, http, httpbin,
|
||||
FILE_PATH_ARG, FILE_PATH, HTTP_OK, FILE_CONTENT,
|
||||
)
|
||||
from tests import TestEnvironment, http, httpbin, HTTP_OK
|
||||
from tests.fixtures import FILE_PATH_ARG, FILE_PATH, FILE_CONTENT
|
||||
|
||||
|
||||
class MultipartFormDataFileUploadTest(TestCase):
|
||||
|
Reference in New Issue
Block a user