mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
work on tests
This commit is contained in:
11
README.md
11
README.md
@@ -47,3 +47,14 @@ See [the guide to adding goals and tools](./adding-goals-and-tools.md) for more
|
||||
|
||||
## For Temporal SAs
|
||||
Check out the [slides](https://docs.google.com/presentation/d/1wUFY4v17vrtv8llreKEBDPLRtZte3FixxBUn0uWy5NU/edit#slide=id.g3333e5deaa9_0_0) here and the enablement guide here (TODO).
|
||||
|
||||
## Tests
|
||||
|
||||
Running the tests requires `poe` and `pytest_asyncio` to be installed.
|
||||
|
||||
python -m pip install poethepoet
|
||||
python -m pip install pytest_asyncio
|
||||
|
||||
Once you have `poe` and `pytest_asyncio` installed you can run:
|
||||
|
||||
poe test
|
||||
|
||||
Reference in New Issue
Block a user