We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24243a commit 69071f9Copy full SHA for 69071f9
video/cloud-client/analyze/beta_snippets_test.py
@@ -26,15 +26,15 @@
26
27
28
@pytest.mark.slow
29
-def test_analyze_shots(capsys):
+def test_face_bounding_boxes(capsys):
30
beta_snippets.face_bounding_boxes(
31
'gs://{}{}'.format(BUCKET, FACES_SHORT_FILE_PATH))
32
out, _ = capsys.readouterr()
33
assert 'top :' in out
34
35
36
37
-def test_analyze_explicit_content(capsys):
+def test_face_emotions(capsys):
38
beta_snippets.face_emotions(
39
40
0 commit comments