You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-11-29 22:58:15 +02:00
Moved fixture constants to tests.fixtures.
This commit is contained in:
@@ -2,11 +2,7 @@ import os
|
||||
import shutil
|
||||
from unittest import TestCase
|
||||
|
||||
from tests import (
|
||||
TestEnvironment,
|
||||
mk_config_dir, http, httpbin,
|
||||
HTTP_OK,
|
||||
)
|
||||
from tests import TestEnvironment, mk_config_dir, http, httpbin, HTTP_OK
|
||||
|
||||
|
||||
class SessionsTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user