Skip to content

issue with HL7/FHIR-R4 models validation : tests failed with "*** schema.json file not found" #83

@agaldemas

Description

@agaldemas

I have this error resulting of the Account HL7 model validation:
"test_schema_metadata": {
"test_name": "Validating schema.json metadata",
"success": false,
"message": [
"*** schema.json file not found"
]
},
which shows an issue since the shema.json is found ! through "test_file_exists" test !
=> the initial path of the model, for our case: https://raw.githubusercontent.com/agaldemas/incubated/master/SMARTHEALTH/HL7/FHIR-R4/ is not preserved
but replaced replaced by the root of the subject + model name, and then the schema.json is found in "test_file_exists", but not after ????
something is wrong in the reasoning of getting files and their path for validation....

in particular, I think it's in the function def download_files(subject_root, download_dir): from test_data_model/master_tests.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions