clan-cli tests: remove dynamic inclusion of helpers module
Dynamically extending the python path at runtime is bad for developer experience, as this is not understood by the text editor and therefore jump to definition etc. does not work. -> Better to remove the dynamic inclusion and force developers to specify the import correctly.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from cli import Cli
|
||||
from helpers.cli import Cli
|
||||
|
||||
|
||||
def test_help(capsys: pytest.CaptureFixture) -> None:
|
||||
|
||||
Reference in New Issue
Block a user