8000 add test skeleton · crowdus/python-docs-samples@9c214db · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c214db

Browse files
committed
add test skeleton
1 parent b6c7a5b commit 9c214db

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

video/cloud-client/analyze/beta_snippets_test.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2017 Google, Inc
3+
# Copyright 2019 Google, Inc
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -160,3 +160,13 @@ def test_track_objects_gcs():
160160
assert text_exists
161161
assert object_annotations[0].frames[0].normalized_bounding_box.left >= 0.0
162162
assert object_annotations[0].frames[0].normalized_bounding_box.left <= 1.0
163+
164+
165+
@pytest.mark.slow
166+
def test_video_classification_streaming_automl():
167+
assert True
168+
169+
170+
@pytest.mark.slow
171+
def test_object_tracking_streaming_automl():
172+
assert True

0 commit comments

Comments
 (0)
0