mirror of
https://github.com/httpie/cli.git
synced 2025-08-14 09:29:12 +02:00
Avoid “__init__.py” files in test directories.
As recommended here: https://pytest.org/latest/goodpractises.html
This commit is contained in:
@ -2,7 +2,7 @@ import requests
|
||||
import pytest
|
||||
|
||||
from httpie import ExitStatus
|
||||
from tests import TestEnvironment, http, httpbin, HTTP_OK
|
||||
from utils import TestEnvironment, http, httpbin, HTTP_OK
|
||||
|
||||
|
||||
class TestExitStatus:
|
||||
|
Reference in New Issue
Block a user