============================= test session starts =============================
platform win32 -- Python 3.11.6, pytest-9.0.3, pluggy-1.6.0 -- F:\FPT\code-knowledge-graph\.venv\Scripts\python.exe
cachedir: .pytest_cache
rootdir: F:\FPT\code-knowledge-graph
configfile: pyproject.toml
plugins: anyio-4.12.1, langsmith-0.7.22
collecting ... collected 231 items / 1 error

=================================== ERRORS ====================================
__________________ ERROR collecting tests/unit/test_hints.py __________________
ImportError while importing test module 'F:\FPT\code-knowledge-graph\tests\unit\test_hints.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\Users\admin\AppData\Roaming\uv\python\cpython-3.11.6-windows-x86_64-none\Lib\importlib\__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\unit\test_hints.py:5: in <module>
    from csg.adapters.inbound.mcp.hints import get_next_step_hint, _pick_symbols
E   ModuleNotFoundError: No module named 'csg.adapters.inbound.mcp'
============================== warnings summary ===============================
.venv\Lib\site-packages\_pytest\config\__init__.py:1434
  F:\FPT\code-knowledge-graph\.venv\Lib\site-packages\_pytest\config\__init__.py:1434: PytestConfigWarning: Unknown config option: asyncio_mode
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

.venv\Lib\site-packages\trustcall\_base.py:46
  F:\FPT\code-knowledge-graph\.venv\Lib\site-packages\trustcall\_base.py:46: LangGraphDeprecatedSinceV10: Importing Send from langgraph.constants is deprecated. Please use 'from langgraph.types import Send' instead. Deprecated in LangGraph V1.0 to be removed in V2.0.
    from langgraph.constants import Send

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ===========================
ERROR tests/unit/test_hints.py
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!
======================== 2 warnings, 1 error in 3.77s =========================
