You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-07 23:32:40 +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