headroom/tests/test_memory
chopratejas 4ea173388a Add global httpx.ReadTimeout handler for memory tests
Use pytest hook to catch httpx.ReadTimeout and skip tests instead of
failing. This handles flaky network timeouts from HuggingFace Hub
during sentence-transformers model downloads in CI.

The hook covers all tests in tests/test_memory/ directory.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 09:43:44 -08:00
..
__init__.py Add persistent memory system with zero-latency inline extraction 2026-01-14 21:32:09 -08:00
conftest.py Add global httpx.ReadTimeout handler for memory tests 2026-01-28 09:43:44 -08:00
test_core_operations.py Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
test_easy.py Fix mypy errors and add network timeout handler for flaky CI tests 2026-01-27 19:39:33 -08:00
test_extraction.py Add hierarchical memory system with graph + vector storage 2026-01-26 21:58:47 -08:00
test_factory.py Add hierarchical memory system with graph + vector storage 2026-01-26 21:58:47 -08:00
test_hierarchical.py Add hierarchical memory system with graph + vector storage 2026-01-26 21:58:47 -08:00