# Python Math Library Fixture Simple Python project for testing agent capability on basic tasks. ## Structure ``` src/ math_utils.py # Math utility functions tests/ test_math_utils.py ``` ## Usage ```bash # Run tests pytest tests/ -v ``` ## Scenarios Using This Fixture - `easy/add-factorial.yaml` - Add factorial function