Skip to content

Commit 2b3e6df

Browse files
committed
Add New tests
1 parent 197703b commit 2b3e6df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

genai/text_generation/test_text_generation_examples.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
import textgen_with_mute_video
3232
import textgen_with_pdf
3333
import textgen_with_txt
34+
import textgen_with_txt_2_0_flash_lite
35+
import textgen_with_txt_2_0_pro
3436
import textgen_with_txt_img
3537
import textgen_with_txt_stream
3638
import textgen_with_video
@@ -135,3 +137,13 @@ def test_textgen_with_local_video() -> None:
135137
def test_textgen_with_youtube_video() -> None:
136138
response = textgen_with_youtube_video.generate_content()
137139
assert response
140+
141+
142+
def test_textgen_with_txt_2_0_flash_lite() -> None:
143+
response = textgen_with_txt_2_0_flash_lite.generate_content()
144+
assert response
145+
146+
147+
def test_textgen_with_txt_2_0_pro() -> None:
148+
response = textgen_with_txt_2_0_pro.generate_content()
149+
assert response

0 commit comments

Comments
 (0)