File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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='', "
Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments