set cli package to planoai instead of cli (#664)

This commit is contained in:
Adil Hafeez 2025-12-27 23:49:41 -08:00 committed by GitHub
parent 053e2b3a74
commit 4c4bc99e31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 16 deletions

View file

@ -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):