Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
dbxref
Commits
07893a78
Commit
07893a78
authored
Feb 13, 2020
by
jkeller
Browse files
Delete test_rfam.py
Accidenntly pushed to wrong branch
parent
e649c391
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_rfam.py
deleted
100644 → 0
View file @
e649c391
import
unittest
from
dbxref.retrieve
import
rfam
class
TestRfam
(
unittest
.
TestCase
):
def
test_output
(
self
):
documents
=
rfam
.
retrieve
({
"db"
:
"Rfam"
,
"id"
:
"RF03094"
},
basics
=
True
,
references
=
True
)
self
.
assertTrue
(
documents
)
if
__name__
==
"__main__"
:
unittest
.
main
()
Write
Preview
Supports
Markdown
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