out.txt•2.77 kB
============================= test session starts ==============================
platform linux -- Python 3.11.10, pytest-8.4.1, pluggy-1.6.0 -- /home/runner/workspace/.pythonlibs/bin/python
cachedir: .pytest_cache
rootdir: /home/runner/workspace
configfile: pyproject.toml
plugins: anyio-4.9.0, asyncio-1.0.0
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 27 items
tests/test_models.py::TestTool::test_tool_creation PASSED [ 3%]
tests/test_models.py::TestTool::test_tool_with_parameters PASSED [ 7%]
tests/test_models.py::TestProjectState::test_project_creation PASSED [ 11%]
tests/test_models.py::TestProjectState::test_add_tool PASSED [ 14%]
tests/test_models.py::TestProjectState::test_get_tool PASSED [ 18%]
tests/test_models.py::TestProjectState::test_update_tool_status PASSED [ 22%]
tests/test_models.py::TestDevelopmentSession::test_session_creation PASSED [ 25%]
tests/test_models.py::TestSimilarityResult::test_similarity_result_creation PASSED [ 29%]
tests/test_models.py::TestProjectAnalysis::test_project_analysis_creation PASSED [ 33%]
tests/test_server.py::TestServerIntegration::test_server_creation PASSED [ 37%]
tests/test_server.py::TestServerIntegration::test_tool_registration PASSED [ 40%]
tests/test_server.py::TestServerIntegration::test_tool_execution PASSED [ 44%]
tests/test_server.py::TestServerIntegration::test_error_handling PASSED [ 48%]
tests/test_server.py::TestServerIntegration::test_intelligence_tools PASSED [ 51%]
tests/test_storage.py::TestStorage::test_init_database PASSED [ 55%]
tests/test_storage.py::TestStorage::test_save_and_load_project_state PASSED [ 59%]
tests/test_storage.py::TestStorage::test_load_nonexistent_project PASSED [ 62%]
tests/test_storage.py::TestStorage::test_find_similar_tools_db PASSED [ 66%]
tests/test_storage.py::TestStorage::test_get_development_sessions PASSED [ 70%]
tests/test_tools.py::TestStateManagement::test_get_project_state PASSED [ 74%]
tests/test_tools.py::TestStateManagement::test_update_project_state PASSED [ 77%]
tests/test_tools.py::TestStateManagement::test_scan_project_files PASSED [ 81%]
tests/test_tools.py::TestIntelligence::test_check_before_build PASSED [ 85%]
tests/test_tools.py::TestIntelligence::test_suggest_next_action PASSED [ 88%]
tests/test_tools.py::TestIntelligence::test_analyze_tool_similarity PASSED [ 92%]
tests/test_tools.py::TestTracking::test_track_development_session PASSED [ 96%]
tests/test_tools.py::TestTracking::test_end_development_session PASSED [100%]
============================== 27 passed in 2.30s ==============================