File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,10 @@ uv run ./compile_proto.sh
1818
1919## Testing
2020
21- You can test the SDK by running
21+ You can test the SDK by running. Remember to pass the testing credentials in .env file.
2222
2323``` console
24- uv run ci_test
25- ```
26-
27- In local development you can use
28-
29- ``` console
30- uv run local_test
24+ uv run test
3125```
3226
3327## Format & Lint
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def create_vapi_agent(
226226
227227 Args:
228228 room_id: The ID of the room where the vapi agent will be created.
229- options: Configuration options for the peer. Defaults to None .
229+ options: Configuration options for the vapi peer .
230230
231231 Returns:
232232 - Peer: The created peer object.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def check_exit_code(command):
2626
2727
2828def run_tests ():
29- check_exit_code ("uv run pytest" )
29+ check_exit_code ("uv run --env-file .env pytest" )
3030
3131
3232def run_formatter ():
You can’t perform that action at this time.
0 commit comments