mirror of
https://github.com/httpie/cli.git
synced 2025-08-09 21:48:38 +02:00
Avoid “__init__.py” files in test directories.
As recommended here: https://pytest.org/latest/goodpractises.html
This commit is contained in:
@ -4,7 +4,7 @@ import subprocess
|
||||
|
||||
import pytest
|
||||
|
||||
from tests import TESTS_ROOT
|
||||
from utils import TESTS_ROOT
|
||||
|
||||
|
||||
def has_docutils():
|
||||
|
Reference in New Issue
Block a user