Skip to content

Commit 031d1ae

Browse files
authored
chore(add-test): Rename testgen extra to add-test and update Makefile (#2082)
1 parent 23a66cb commit 031d1ae

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ update-testing-docs: docs update-testing-docs-repomix update-testing-docs-proces
146146
@echo "-------- Testing documentation update complete --------"
147147

148148
ci-install-ai-deps: FORCE
149-
uv pip install -e ".[dev,test,testgen]"
149+
uv pip install -e ".[dev,test,add-test]"
150150
$(MAKE) install-playwright
151151

152152
run-test-ai-evaluation: FORCE ## Run the AI evaluation script for tests

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,15 @@ doc = [
124124
"quartodoc>=0.8.1",
125125
"griffe>=1.3.2",
126126
]
127-
testgen = [
127+
add-test = [
128128
"chatlas[anthropic,openai]",
129129
"openai>=1.104.1",
130130
"anthropic>=0.62.0",
131131
"inspect-ai>=0.3.129",
132132
"pytest-timeout",
133+
"pytest>=6.2.4",
134+
"pytest-playwright>=0.5.2",
135+
"playwright>=1.48.0",
133136
]
134137

135138

shiny/pytest/_generate/_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Config:
3131
}
3232

3333
DEFAULT_ANTHROPIC_MODEL = "claude-sonnet-4-20250514"
34-
DEFAULT_OPENAI_MODEL = "gpt-5-mini-2025-08-07"
34+
DEFAULT_OPENAI_MODEL = "gpt-5-2025-08-07"
3535
DEFAULT_PROVIDER = "anthropic"
3636

3737
MAX_TOKENS = 8092

0 commit comments

Comments
 (0)