Skip to content

Commit f9bbdf6

Browse files
committed
Update local dev
1 parent b560212 commit f9bbdf6

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

fishjam/api/_fishjam_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def check_exit_code(command):
2626

2727

2828
def run_tests():
29-
check_exit_code("uv run pytest")
29+
check_exit_code("uv run --env-file .env pytest")
3030

3131

3232
def run_formatter():

0 commit comments

Comments
 (0)