Skip to content

Commit 512a219

Browse files
authored
enable model-zoo testing (#4291)
1 parent ff70faa commit 512a219

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ testpaths = [
2121
"tests/prompt",
2222
"tests/taskflow",
2323
"tests/utils",
24+
"model_zoo",
2425
]
26+
python_files = [
27+
"test.py",
28+
"test_*.py"
29+
]

0 commit comments

Comments
 (0)