Skip to content

Commit

Permalink
expand test-file-runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Oct 2, 2024
1 parent 0f1bb9e commit 1a0f81c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test-file-runner.test.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@ might be due to the test name being "Before" confusing the agent.
- Test 0 has no Befores
- Test 3 has a single before, which is test 0
- Test 4 has two befores, which are test 0 and test 3, in that order

## Upsert Test Case is called alone

Sometimes the agent might try to run the upsert tool call in parallel with the
add case tool calls. Sometimes the bot would have made a mistake in the path,
and so all these other tool calls fail if this tool call fails.

**Prompts**

- run /tests/test-fixture.test.md

**Expectations**

- tps-report_upsert function was called on its own and not in parallel with any
other tool calls

0 comments on commit 1a0f81c

Please sign in to comment.