Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: poetry install --all-extras

- name: Test with pytest
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
run: |
just test-all

Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @scastlara @sdn4z @sacha-c @Rooni
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# pytest-catnip

<p align="center">
<img alt="lgtm-logo" width="150" src="https://raw.githubusercontent.com/elementsinteractive/pytest-catnip/main/assets/logo-small.png">
</p>
<img alt="lgtm-logo" width="150" src="https://raw.githubusercontent.com/elementsinteractive/pytest-catnip/main/assets/logo-small.png">


<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/flows/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def handle_say_farewell(args: FlowArgs, fm: FlowManager) -> tuple[None, No
{
"role": "system",
"content": (
"You are a helpful assistant. Keep replies very short. "
"You are a helpful assistant. You must answer questions, including mathematical calculations. Keep replies very short. "
"When the user says goodbye or wants to end the conversation, "
"call say_farewell."
),
Expand Down
Loading