Skip to content

Commit f3d27f5

Browse files
test(integrations): add Goose integration tests
Signed-off-by: Furkan Köykıran <furkankoykiran@gmail.com>
1 parent a3ea86f commit f3d27f5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""Tests for GooseIntegration."""
2+
3+
from .test_integration_base_yaml import YamlIntegrationTests
4+
5+
6+
class TestGooseIntegration(YamlIntegrationTests):
7+
KEY = "goose"
8+
FOLDER = ".goose/"
9+
COMMANDS_SUBDIR = "recipes"
10+
REGISTRAR_DIR = ".goose/recipes"
11+
CONTEXT_FILE = "AGENTS.md"

0 commit comments

Comments
 (0)