Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.video
Commits
67243900
Commit
67243900
authored
Nov 25, 2020
by
Tiago de Freitas Pereira
Browse files
[nose] Fixed youtube test
parent
7e47276a
Pipeline
#46042
passed with stage
in 10 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/video/test/test_databases.py
View file @
67243900
...
...
@@ -12,6 +12,9 @@ def test_youtube():
database
=
bob
.
bio
.
base
.
load_resource
(
"youtube"
,
"database"
,
preferred_package
=
"bob.bio.video"
)
database
.
database
.
original_directory
=
pkg_resources
.
resource_filename
(
"bob.bio.video"
,
"test/data"
)
try
:
check_database_zt
(
database
,
training_depends
=
True
,
models_depend
=
True
)
except
IOError
as
e
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment