2222logger = logging .getLogger (__name__ )
2323
2424
25-
2625# ----- MUST fails tests
2726
2827# TO BE CHECKED AGAIN
@@ -45,7 +44,6 @@ def test_5src_check_value_not_of_type_assess_action():
4544 }
4645 """
4746
48-
4947 do_entity_test (
5048 rocrate_path = ValidROC ().five_safes_crate_result ,
5149 requirement_severity = Severity .REQUIRED ,
@@ -85,7 +83,6 @@ def test_5src_check_value_name_not_a_string():
8583 )
8684
8785
88-
8986def test_5src_check_value_name_not_long_enough ():
9087 sparql = """
9188 PREFIX schema: <http://schema.org/>
@@ -114,7 +111,6 @@ def test_5src_check_value_name_not_long_enough():
114111 )
115112
116113
117-
118114def test_5src_check_value_start_time_not_iso_standard ():
119115 sparql = """
120116 PREFIX schema: <http://schema.org/>
@@ -201,8 +197,8 @@ def test_5src_check_value_has_action_status_with_not_allowed_value():
201197 rocrate_entity_mod_sparql = sparql ,
202198 )
203199
204- # ----- SHOULD fails tests
205200
201+ # ----- SHOULD fails tests
206202
207203def test_5src_root_data_entity_does_not_mention_check_value_entity ():
208204 sparql = """
@@ -228,7 +224,6 @@ def test_5src_root_data_entity_does_not_mention_check_value_entity():
228224 )
229225
230226
231-
232227def test_5src_check_value_object_does_not_point_to_root_data_entity ():
233228 sparql = """
234229 PREFIX schema: <http://schema.org/>
@@ -338,7 +333,6 @@ def test_5src_check_value_does_not_have_action_status_property():
338333 )
339334
340335
341-
342336def test_5src_check_value_does_not_point_to_an_agent ():
343337 sparql = """
344338 PREFIX schema: <http://schema.org/>
@@ -367,7 +361,6 @@ def test_5src_check_value_does_not_point_to_an_agent():
367361
368362# ----- MAY fails tests
369363
370-
371364def test_5src_check_value_does_not_have_start_time ():
372365 sparql = """
373366 PREFIX schema: <http://schema.org/>
0 commit comments