Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
adeb141c
Commit
adeb141c
authored
May 20, 2021
by
carlosribas
Browse files
Add TODO
parent
2cb12323
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
rnacentral/apiv1/test.py
rnacentral/apiv1/test.py
+3
-1
No files found.
rnacentral/apiv1/test.py
View file @
adeb141c
...
...
@@ -223,6 +223,7 @@ class RnaEndpointsTestCase(ApiV1BaseClass):
self
.
_test_url
(
url
)
# TODO: These tests take too long to complete
class
NestedXrefsTestCase
(
ApiV1BaseClass
):
"""Test flat/hyperlinked pagination."""
def
test_flat_response
(
self
):
...
...
@@ -292,7 +293,8 @@ class DatabaseSpecificXrefsTestCase(ApiV1BaseClass):
def
_test_mirbase_mature_products
(
self
):
self
.
_test_time_and_existence
(
'URS0000759B7E'
,
self
.
timeout
,
"mirbase_mature_products"
)
def
test_mirbase_precursor
(
self
):
# TODO: Review this test, because sometimes it fails
def
_test_mirbase_precursor
(
self
):
self
.
_test_time_and_existence
(
'URS00006457C1'
,
self
.
timeout
,
"mirbase_precursor"
)
# TODO: Find another UPI to test
...
...
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