OpenHands/skills/update_test.md
Hiep Le 36cf4e161a
fix(backend): ensure microagents are loaded for V1 conversations (#11772)
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
2025-11-19 18:54:08 +07:00

654 B

name, version, author, agent, triggers, inputs
name version author agent triggers inputs
update_test 1.0.0 openhands CodeActAgent
/update_test
name description
BRANCH_NAME Branch for the agent to work on
name description
TEST_COMMAND_TO_RUN The test command you want the agent to work on. For example, `pytest tests/unit/test_bash_parsing.py`

Can you check out branch "{{ BRANCH_NAME }}", and run {{ TEST_COMMAND_TO_RUN }}.

The current implementation of the code is correct BUT the test functions {{ FUNCTION_TO_FIX }} in file {{ FILE_FOR_FUNCTION }} are failing.

Please update the test file so that they pass with the current version of the implementation.