mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
274 B
274 B
Log Analyzer
Python log analysis library for processing structured log entries.
Commands
- Install:
uv sync - Test:
PYTHONPATH=src uv run python -m pytest tests/ -v - Single test:
PYTHONPATH=src uv run python -m pytest tests/test_analyzer.py -k "test_name" -v