Skip to content

Commit

Permalink
docs: update README to clarify unit testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Jan 30, 2025
1 parent b0c3113 commit 0d31fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/deepsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@ poetry run python deepsearch/deepsearch.py --debug --replay --replay-delay 0.5

## Testing

To run the unit tests for session management:
To run the at the moment limited unit tests:

```bash
cd ..
poetry run pytest
```

Expand Down

0 comments on commit 0d31fda

Please sign in to comment.