We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8652da + 51684d0 commit f14419bCopy full SHA for f14419b
tests/test_registry.py
@@ -4,6 +4,9 @@
4
from intermine import registry
5
6
7
+# TODO: Test should not rely on live site. Replace with mock response
8
+# https://github.com/intermine/intermine-ws-python/issues/101
9
+@unittest.skip("Flymine not available")
10
class RegistryTest(unittest.TestCase):
11
12
def test_getInfo(self):
0 commit comments