Krishna1107's picture
Initial commit: MutantHunter β€” RL env for mutation-score-rewarded test generation
91487c9
raw
history blame contribute delete
362 Bytes
"""Utility helpers shared across the env, rubric, and tools.
Modules:
logging.py β€” structured logger setup (rich + JSONL fallback)
tracing.py β€” per-step trace capture for inspect_rollouts
pytest_helpers.py β€” discover/parse/run pytest collections programmatically
"""
from __future__ import annotations
__all__: list[str] = []