Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2fac8d9

Browse filesBrowse files
gguussdpebot
authored andcommitted
Replaces test video for faces (GoogleCloudPlatform#877)
1 parent dfba179 commit 2fac8d9
Copy full SHA for 2fac8d9

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎video/cloud-client/analyze_test.py

Copy file name to clipboardExpand all lines: video/cloud-client/analyze_test.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
LABELS_FILE_PATH = '/video/cat.mp4'
23-
FACES_FILE_PATH = '/video/gbike.mp4'
23+
FACES_FILE_PATH = '/video/googlework.mp4'
2424
SHOTS_FILE_PATH = '/video/gbikes_dinosaur.mp4'
2525

2626

@@ -33,15 +33,15 @@ def test_cat_video_shots(capsys, cloud_config):
3333

3434

3535
@pytest.mark.slow
36-
def test_cat_video_faces(capsys, cloud_config):
36+
def test_work_video_faces(capsys, cloud_config):
3737
analyze.analyze_faces(
3838
'gs://{}{}'.format(cloud_config.storage_bucket, FACES_FILE_PATH))
3939
out, _ = capsys.readouterr()
4040
assert 'Thumbnail' in out
4141

4242

4343
@pytest.mark.slow
44-
def test_cat_video_labels(capsys, cloud_config):
44+
def test_dino_video_labels(capsys, cloud_config):
4545
analyze.analyze_labels(
4646
'gs://{}{}'.format(cloud_config.storage_bucket, LABELS_FILE_PATH))
4747
out, _ = capsys.readouterr()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.