-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit.xml
More file actions
119 lines (119 loc) · 12.1 KB
/
junit.xml
File metadata and controls
119 lines (119 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="pytest" errors="15" failures="0" skipped="0" tests="15" time="14.227" timestamp="2025-10-06T23:13:32.702645+02:00" hostname="SeanMiniPC"><testcase classname="" name="services.devenviro.as.app.tests.core.test_database" file="services/devenviro.as/app/tests/core/test_database.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\devenviro.as\app\tests\core\test_database.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\devenviro.as\app\tests\core\test_database.py:9: in <module>
from app.src.core import database
services\devenviro.as\app\src\core\__init__.py:16: in <module>
from .observability import get_observability
services\devenviro.as\app\src\core\observability.py:13: in <module>
from opentelemetry import trace
E ModuleNotFoundError: No module named 'opentelemetry'</error></testcase><testcase classname="" name="services.devenviro.as.app.tests.services.test_database_migration" file="services/devenviro.as/app/tests/services/test_database_migration.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\devenviro.as\app\tests\services\test_database_migration.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\devenviro.as\app\tests\services\test_database_migration.py:8: in <module>
from app.src.services.database_migration import DatabaseMigration
services\devenviro.as\app\src\services\database_migration.py:7: in <module>
from app.src.core.database import get_db_connection
services\devenviro.as\app\src\core\__init__.py:16: in <module>
from .observability import get_observability
services\devenviro.as\app\src\core\observability.py:13: in <module>
from opentelemetry import trace
E ModuleNotFoundError: No module named 'opentelemetry'</error></testcase><testcase classname="" name="services.devenviro.as.app.tests.test_agent_database" file="services/devenviro.as/app/tests/test_agent_database.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\devenviro.as\app\tests\test_agent_database.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\devenviro.as\app\tests\test_agent_database.py:16: in <module>
from src.core.agent_database import (
E ModuleNotFoundError: No module named 'src.core'</error></testcase><testcase classname="" name="services.memos.as.app.tests.test_ingest_integration" file="services/memos.as/app/tests/test_ingest_integration.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\memos.as\app\tests\test_ingest_integration.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\memos.as\app\tests\test_ingest_integration.py:11: in <module>
from fastapi.testclient import TestClient
E ModuleNotFoundError: No module named 'fastapi'</error></testcase><testcase classname="" name="services.memos.as.app.tests.test_neo4j_client" file="services/memos.as/app/tests/test_neo4j_client.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\memos.as\app\tests\test_neo4j_client.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\memos.as\app\tests\test_neo4j_client.py:2: in <module>
from app.services.neo4j_client import Neo4jClient
E ModuleNotFoundError: No module named 'app.services'</error></testcase><testcase classname="" name="services.memos.as.app.tests.test_tiered_storage" file="services/memos.as/app/tests/test_tiered_storage.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\memos.as\app\tests\test_tiered_storage.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\memos.as\app\tests\test_tiered_storage.py:4: in <module>
import redis
E ModuleNotFoundError: No module named 'redis'</error></testcase><testcase classname="" name="services.memos.as.libs.apexsigma-core.tests.test_models" file="services/memos.as/libs/apexsigma-core/tests/test_models.py" time="0.000"><error message="collection failure">import file mismatch:
imported module 'tests.test_models' has this __file__ attribute:
C:\Users\steyn\ApexSigmaProjects.Dev\libs\apexsigma-core\tests\test_models.py
which is not the same as the test file we want to collect:
C:\Users\steyn\ApexSigmaProjects.Dev\services\memos.as\libs\apexsigma-core\tests\test_models.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules</error></testcase><testcase classname="" name="services.memos.as.libs.apexsigma-core.tests.test_utils" file="services/memos.as/libs/apexsigma-core/tests/test_utils.py" time="0.000"><error message="collection failure">import file mismatch:
imported module 'tests.test_utils' has this __file__ attribute:
C:\Users\steyn\ApexSigmaProjects.Dev\libs\apexsigma-core\tests\test_utils.py
which is not the same as the test file we want to collect:
C:\Users\steyn\ApexSigmaProjects.Dev\services\memos.as\libs\apexsigma-core\tests\test_utils.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules</error></testcase><testcase classname="" name="services.memos.as.test_imports" file="services/memos.as/test_imports.py" time="0.000"><error message="collection failure">import file mismatch:
imported module 'test_imports' has this __file__ attribute:
C:\Users\steyn\ApexSigmaProjects.Dev\services\devenviro.as\test_imports.py
which is not the same as the test file we want to collect:
C:\Users\steyn\ApexSigmaProjects.Dev\services\memos.as\test_imports.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules</error></testcase><testcase classname="" name="services.tools.as.app.tests.test_main" file="services/tools.as/app/tests/test_main.py" time="0.000"><error message="collection failure">import file mismatch:
imported module 'app.tests.test_main' has this __file__ attribute:
C:\Users\steyn\ApexSigmaProjects.Dev\services\devenviro.as\app\tests\test_main.py
which is not the same as the test file we want to collect:
C:\Users\steyn\ApexSigmaProjects.Dev\services\tools.as\app\tests\test_main.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules</error></testcase><testcase classname="" name="services.tools.as.tests.test_chat_thread_summarizer" file="services/tools.as/tests/test_chat_thread_summarizer.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\tools.as\tests\test_chat_thread_summarizer.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\tools.as\tests\test_chat_thread_summarizer.py:12: in <module>
from chat_thread_summarizer import ToolsThreadSummarizer, main # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E ImportError: cannot import name 'ToolsThreadSummarizer' from 'chat_thread_summarizer' (C:\Users\steyn\ApexSigmaProjects.Dev\services\InGest-LLM.as\scripts\chat_thread_summarizer.py). Did you mean: 'ChatThreadSummarizer'?</error></testcase><testcase classname="" name="services.tools.as.tests.test_main" file="services/tools.as/tests/test_main.py" time="0.000"><error message="collection failure">import file mismatch:
imported module 'test_main' has this __file__ attribute:
C:\Users\steyn\ApexSigmaProjects.Dev\services\devenviro.as\app\tests\test_main.py
which is not the same as the test file we want to collect:
C:\Users\steyn\ApexSigmaProjects.Dev\services\tools.as\tests\test_main.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules</error></testcase><testcase classname="" name="services.tools.as.tests.test_models" file="services/tools.as/tests/test_models.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\services\tools.as\tests\test_models.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
services\tools.as\tests\test_models.py:19: in <module>
from models import Scratchpad, TodoItem, TodoList
services\tools.as\app\models.py:7: in <module>
from .database import Base
E ImportError: attempted relative import with no known parent package</error></testcase><testcase classname="" name="tests.test_langfuse_ecosystem" file="tests/test_langfuse_ecosystem.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\tests\test_langfuse_ecosystem.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\test_langfuse_ecosystem.py:12: in <module>
from langfuse import Langfuse
E ModuleNotFoundError: No module named 'langfuse'</error></testcase><testcase classname="" name="tests.test_langfuse_ecosystem_new" file="tests/test_langfuse_ecosystem_new.py" time="0.000"><error message="collection failure">ImportError while importing test module 'C:\Users\steyn\ApexSigmaProjects.Dev\tests\test_langfuse_ecosystem_new.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
..\AppData\Roaming\uv\python\cpython-3.13.5-windows-x86_64-none\Lib\importlib\__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\test_langfuse_ecosystem_new.py:12: in <module>
from langfuse import Langfuse
E ModuleNotFoundError: No module named 'langfuse'</error></testcase></testsuite></testsuites>