Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
59ae733a
Commit
59ae733a
authored
Nov 19, 2020
by
Amir MOHAMMADI
Browse files
[test][multipie] skip tests if annotation directory is None
parent
1dcad1e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/test/test_databases.py
View file @
59ae733a
...
...
@@ -159,6 +159,8 @@ def test_multipie():
"The database could not queried; probably the protocol is missing inside the db.sql3 file. Here is the error: '%s'"
%
e
)
try
:
if
database
.
database
.
annotation_directory
is
None
:
raise
SkipTest
(
"The annotation directory is not set"
)
_check_annotations
(
database
)
except
IOError
as
e
:
raise
SkipTest
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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