Skip to content

Commit 3c10d0b

Browse files
fix image link
1 parent cdec8ed commit 3c10d0b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

TODO.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# TODO `testing` chapters
2+
3+
## Release
4+
5+
* Complete information about Matchers (more matchers)
6+
* Complete information about Integrations
7+
* Example Agent on top-level (agent + full test suite)
8+
* More illustrations
9+
- Traces should include an illustration of an example trace
10+
* How to build custom matchers
11+
* Document how to run tests in parallel
12+
13+
14+
## Longer Term
15+
* Parameterized tests (e.g. with prompt templates)
16+
* Parallelized tests

docs/testing/Running_Tests/Visual_Debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ invariant test --push
1212

1313
The Explorer can render long-form agent traces in a more readable format, and it can also display test result and localized assertions down to the character level.
1414

15-
![Explorer](assets/explorer.png)
15+
![Explorer](../assets/explorer.png)
1616

1717
<center>Viewing test results in Explorer</center>
1818

0 commit comments

Comments
 (0)