mirror of
https://github.com/httpie/cli.git
synced 2025-08-16 08:58:27 +02:00
Avoid “__init__.py” files in test directories.
As recommended here: https://pytest.org/latest/goodpractises.html
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
Various unicode handling related tests.
|
||||
|
||||
"""
|
||||
from tests import http, httpbin, HTTP_OK
|
||||
from tests.fixtures import UNICODE
|
||||
from utils import http, httpbin, HTTP_OK
|
||||
from fixtures import UNICODE
|
||||
|
||||
|
||||
class TestUnicode:
|
||||
|
Reference in New Issue
Block a user