Roo-Code/benchmark/prompts/python.md
2025-03-17 10:09:19 -07:00

7 lines
433 B
Markdown

Your job is to complete a coding exercise described by `.docs/instructions.md`.
A file with the implementation stubbed out has been created for you, along with a test file.
To successfully complete the exercise, you must pass all the tests in the test file.
To confirm that your solution is correct, run the tests with `uv run python3 -m pytest -o markers=task [name]_test.py`. Do not alter the test file; it should be run as-is.