mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
set cli package to planoai instead of cli (#664)
This commit is contained in:
parent
053e2b3a74
commit
4c4bc99e31
5 changed files with 28 additions and 16 deletions
|
|
@ -1,16 +1,8 @@
|
|||
import json
|
||||
import pytest
|
||||
from unittest import mock
|
||||
import sys
|
||||
from planoai.config_generator import validate_and_render_schema
|
||||
|
||||
# Patch sys.path to allow import from cli/
|
||||
import os
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "cli"))
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def cleanup_env(monkeypatch):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue