Commit 67c936d
committed
Fix test_vision_manual.py collected by pytest
Rename test_model_with_image to run_model_with_image so pytest
does not collect it as a test function. It is a helper called
from main() when the script is run directly.1 parent ce1855c commit 67c936d
File tree
1 file changed
+2
-2
lines changed- libs/oci/tests/integration_tests/chat_models
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments