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
SOaAS
dbxref
Commits
41ec240d
Commit
41ec240d
authored
Mar 05, 2020
by
Lukas Jelonek
Browse files
Fix failing test
parent
5fad6214
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_pubmed.py
View file @
41ec240d
...
...
@@ -5,7 +5,7 @@ from dbxref.retrieve import pubmed
class
TestPubmed
(
unittest
.
TestCase
):
def
test_output
(
self
):
documents
=
pubmed
.
retrieve
([{
"db"
:
"Pubmed"
,
"id"
:
"19393038"
}],
basics
=
True
,
references
=
True
,
article_ids
=
True
)
documents
=
pubmed
.
retrieve
([{
"db"
:
"Pubmed"
,
"id"
:
"19393038"
}],
basics
=
True
)
self
.
assertTrue
(
documents
)
...
...
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