Skip to content

Commit 8be0a01

Browse files
committed
Update references from evaluation to inspect-ai apps
Changed .gitignore, pyrightconfig.json, and test_shiny_import.py to reference 'tests/inspect-ai' instead of 'shiny/testing/evaluation'. This aligns configuration and test filtering with the new directory structure.
1 parent a037fb2 commit 8be0a01

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ shiny_bookmarks/
123123

124124
# setuptools_scm
125125
shiny/_version.py
126-
shiny/testing/evaluation/apps/*/test_*.py
126+
tests/inspect-ai/apps/*/test_*.py

pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tests/playwright/deploys/*/app.py",
1212
"shiny/templates",
1313
"tests/playwright/ai_generated_apps",
14-
"shiny/testing/evaluation",
14+
"tests/inspect-ai",
1515
"shiny/testing/generator",
1616
"shiny/testing/utils",
1717
],

tests/pytest/test_shiny_import.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def test_shiny_import_itself():
3333
for path in shiny_files
3434
if "/api-examples/" not in path
3535
and "/templates/" not in path
36-
and "/testing/evaluation/apps/" not in path
3736
and Path(path).is_file()
3837
]
3938

0 commit comments

Comments
 (0)