doc: add test generation instructions and update run.sh

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.
This commit is contained in:
2026-01-17 02:40:38 +03:00
parent 5c17378ce4
commit f117c7b23c
11 changed files with 393 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
{
"prompt": "Translate the following English text to Russian: 'What time is it right now?'",
"expected": "Который сейчас час?"
}

View File

@@ -0,0 +1,4 @@
{
"prompt": "Translate the following English text to Russian: 'What time is it right now?'",
"expected": "Который сейчас час?"
}

View File

@@ -0,0 +1,4 @@
{
"prompt": "Translate the following English text to Russian: '\"The sun is shining brightly.\"'",
"expected": "Солнце светит ярко."
}