mirror of
https://github.com/httpie/cli.git
synced 2025-08-18 18:58:39 +02:00
Moved fixture constants to tests.fixtures.
This commit is contained in:
@@ -4,11 +4,8 @@ Tests for the provided defaults regarding HTTP method, and --json vs. --form.
|
||||
"""
|
||||
from unittest import TestCase
|
||||
|
||||
from tests import (
|
||||
TestEnvironment,
|
||||
http, httpbin,
|
||||
HTTP_OK, FILE_PATH,
|
||||
)
|
||||
from tests import TestEnvironment, http, httpbin, HTTP_OK
|
||||
from tests.fixtures import FILE_PATH
|
||||
|
||||
|
||||
class ImplicitHTTPMethodTest(TestCase):
|
||||
|
Reference in New Issue
Block a user