Skip to content

Commit 380bb30

Browse files
Formatting
1 parent 02877e7 commit 380bb30

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

python/e2e/test_skills.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ async def test_should_load_and_apply_skill_from_skilldirectories(self, ctx: E2ET
6363

6464
await session.destroy()
6565

66-
async def test_should_not_apply_skill_when_disabled_via_disabledskills(self, ctx: E2ETestContext):
66+
async def test_should_not_apply_skill_when_disabled_via_disabledskills(
67+
self, ctx: E2ETestContext
68+
):
6769
"""Test that disabledSkills prevents skill from being applied"""
6870
skills_dir = create_skill_dir(ctx.work_dir)
6971
session = await ctx.client.create_session(
@@ -82,7 +84,9 @@ async def test_should_not_apply_skill_when_disabled_via_disabledskills(self, ctx
8284
@pytest.mark.skip(
8385
reason="See the big comment around the equivalent test in the Node SDK. Skipped because the feature doesn't work correctly yet."
8486
)
85-
async def test_should_apply_skill_on_session_resume_with_skilldirectories(self, ctx: E2ETestContext):
87+
async def test_should_apply_skill_on_session_resume_with_skilldirectories(
88+
self, ctx: E2ETestContext
89+
):
8690
"""Test that skills are applied when added on session resume"""
8791
skills_dir = create_skill_dir(ctx.work_dir)
8892

0 commit comments

Comments
 (0)