Skip to content

Commit 8e9b4c3

Browse files
committed
Tests mocked.
1 parent d3669cc commit 8e9b4c3

File tree

3 files changed

+17359
-9
lines changed

3 files changed

+17359
-9
lines changed

isatools/net/ols.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323

2424
def get_ols_ontologies():
25-
print("ONE")
2625
"""Returns a list of OntologySource objects according to what's in OLS"""
2726
ontologiesUri = OLS_API_BASE_URI + "/ontologies?" + str(OLS_PAGINATION_SIZE)
2827
log.debug(ontologiesUri)
@@ -45,7 +44,6 @@ def get_ols_ontologies():
4544

4645

4746
def get_ols_ontology(ontology_name, page: int):
48-
print("TWO")
4947
"""Returns a single OntologySource objects according to what's in OLS"""
5048
ontologiesUri = OLS_API_BASE_URI + "/ontologies?page=" + str(page) + "&size=" + str(OLS_PAGINATION_SIZE)
5149
log.debug(ontologiesUri)

0 commit comments

Comments
 (0)