Spaces:
Sleeping
Sleeping
| ============================= test session starts ============================= | |
| platform win32 -- Python 3.13.9, pytest-9.0.1, pluggy-1.6.0 | |
| rootdir: \\wsl.localhost\Ubuntu\root\LLMAgentBuilder | |
| plugins: anyio-4.11.0, langsmith-0.4.42 | |
| collected 0 items / 1 error | |
| =================================== ERRORS ==================================== | |
| _____________________ ERROR collecting tests/test_api.py ______________________ | |
| ImportError while importing test module '\\wsl.localhost\Ubuntu\root\LLMAgentBuilder\tests\test_api.py'. | |
| Hint: make sure your test modules/packages have valid Python names. | |
| Traceback: | |
| C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.13_3.13.2544.0_x64__qbz5n2kfra8p0\Lib\importlib\__init__.py:88: in import_module | |
| return _bootstrap._gcd_import(name[level:], package, level) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| tests\test_api.py:2: in <module> | |
| from server.main import app | |
| E ModuleNotFoundError: No module named 'server' | |
| =========================== short test summary info =========================== | |
| ERROR tests/test_api.py | |
| !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! | |
| ============================== 1 error in 1.55s =============================== | |