Skip to content

Commit 94f24af

Browse files
authored
Merge branch 'rdf-test' into rdf-test-mt
2 parents fe09bc6 + 2daeaba commit 94f24af

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

isatools/graphQL/queries/introspection.gql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ fragment TypeRef on __Type {
5656
type {
5757
kind
5858
name
59+
<<<<<<< rdf-test-mt
5960
description
61+
=======
62+
description
63+
>>>>>>> rdf-test
6064
ofType {name}
6165
inputFields {
6266
name

tests/model/test_investigation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def test_introspection(self):
9696
self.assertEqual(introspection.data["schemas"]["types"][0]["name"], "IsaQuery")
9797
#print("\nTOTO", introspection.data["schemas"]["types"][0]["name"])
9898

99+
99100
def test_repr(self):
100101
self.assertEqual(
101102
"isatools.model.Investigation(identifier='', "

tests/validators/test_validators.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,7 @@ def test_validate_isajson_iso8601(self):
216216
# errors from those expected in the assertion below.
217217
#self.assertTrue( "Invalid JSON against ISA-JSON schemas" in report["errors"][0]["message"])
218218
self.assertTrue("Measurement/technology type invalid" in report["errors"][0]["message"])
219-
# if 3001 not in [e["code"] for e in report["errors"]]:
220-
# self.fail(
221-
# "Validation error missing when should report error - data has incorrectly formatted ISO8601 date in "
222-
# "publicReleaseDate but not reported in validation report"
223-
# )
219+
224220

225221
def test_validate_isajson_doi(self):
226222
"""Tests against 3002"""

0 commit comments

Comments
 (0)