Added documentation for test generation through Ollama, including new command-line arguments for `generate_tests.py` and updated `run.sh` script. Also added a new `gen` command to `run.sh` for generating tests via Ollama. This improves usability by providing clear instructions and automation for test generation.
4 lines
125 B
JSON
4 lines
125 B
JSON
{
|
|
"prompt": "Write a Python function that reverses a string.",
|
|
"expected": "def reverse_string(s):\n return s[::-1]"
|
|
} |