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:
DavHau
2024-07-05 16:10:55 +07:00
parent 376b1f3939
commit 336e99b2a7
21 changed files with 23 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ from clan_cli.nix import nix_eval, run_no_stdout
if TYPE_CHECKING:
from age_keys import KeyPair
from cli import Cli
from helpers.cli import Cli
from clan_cli.machines.facts import machine_get_fact