diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 749e317..66efc3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..8841526 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @scastlara @sdn4z @sacha-c @Rooni \ No newline at end of file diff --git a/README.md b/README.md index 6392929..eebb120 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # pytest-catnip -
-
-
diff --git a/tests/cases/flows/conftest.py b/tests/cases/flows/conftest.py
index f61c891..3679341 100644
--- a/tests/cases/flows/conftest.py
+++ b/tests/cases/flows/conftest.py
@@ -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."
),