File tree Expand file tree Collapse file tree
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727
2828def test_5src_assess_action_not_referenced_from_rde ():
29- sparql = SPARQL_PREFIXES + """
29+ sparql = (
30+ SPARQL_PREFIXES
31+ + """
3032 DELETE {
3133 <./> schema:mentions ?this .
3234 }
@@ -35,13 +37,19 @@ def test_5src_assess_action_not_referenced_from_rde():
3537 <./> schema:mentions ?this .
3638 }
3739 """
40+ )
3841
3942 do_entity_test (
4043 rocrate_path = ValidROC ().five_safes_crate_result ,
4144 requirement_severity = Severity .REQUIRED ,
4245 expected_validation_result = False ,
43- expected_triggered_requirements = ["All AssessActions are mentioned from Root Data Entity" ],
44- expected_triggered_issues = ["All AssessAction entities in the crate MUST be referenced from the Root Dataset via `mentions`." ],
46+ expected_triggered_requirements = [
47+ "All AssessActions are mentioned from Root Data Entity"
48+ ],
49+ expected_triggered_issues = [
50+ "All AssessAction entities in the crate MUST be referenced from "
51+ "the Root Dataset via `mentions`."
52+ ],
4553 profile_identifier = "five-safes-crate" ,
4654 rocrate_entity_mod_sparql = sparql ,
4755 )
You can’t perform that action at this time.
0 commit comments