Skip to content

Commit a287956

Browse files
committed
fix
1 parent 44b7cdc commit a287956

File tree

12 files changed

+4
-613
lines changed

12 files changed

+4
-613
lines changed
File renamed without changes.

tests/unit/codegen/sdk/python/codebase/test_codebase_create_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from codegen.sdk.codebase.factory.get_session import get_codebase_session
66
from codegen.sdk.core.codebase import Codebase
77
from codegen.sdk.core.file import File
8-
from tests.unit.python.utils.test_file_contents import file1_content, file2_content
8+
from tests.unit.codegen.sdk.python.utils.test_file_contents import file1_content, file2_content
99

1010

1111
@pytest.fixture(scope="function")

tests/unit/codegen/sdk/python/detached_symbols/parameter/test_parameter_editable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22

33
from codegen.sdk.codebase.factory.get_session import get_codebase_session
4-
from tests.unit.python.utils.test_file_contents import file1_content, file2_content
4+
from tests.unit.codegen.sdk.python.utils.test_file_contents import file1_content, file2_content
55

66

77
def test_function_parameter_edit(tmpdir) -> None:

tests/unit/codegen/sdk/python/file/test_file_reparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from codegen.sdk.core.codebase import Codebase
55
from codegen.sdk.core.file import File
66
from codegen.sdk.enums import EdgeType
7-
from tests.unit.python.utils.test_file_contents import file1_content, file2_content
7+
from tests.unit.codegen.sdk.python.utils.test_file_contents import file1_content, file2_content
88

99

1010
@pytest.fixture(scope="function")

tests/unit/codegen/sdk/python/global_var/test_global_var_editable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from codegen.sdk.codebase.factory.get_session import get_codebase_session
2-
from tests.unit.python.utils.test_file_contents import file1_content, file2_content
2+
from tests.unit.codegen.sdk.python.utils.test_file_contents import file1_content, file2_content
33

44

55
def test_global_var_source(tmpdir) -> None:

tests/unit/codegen/sdk/skills/snapshots/test_skills/test_all_example_skills/call_graph_filter-PYTHON-case-0/call_graph_filter_unnamed.json

Lines changed: 0 additions & 187 deletions
This file was deleted.

tests/unit/codegen/sdk/skills/snapshots/test_skills/test_all_example_skills/call_graph_from_node-PYTHON-case-0/call_graph_from_node_unnamed.json

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)