-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added test package and refactored logic for eligibility checker
- Loading branch information
1 parent
fa1a4eb
commit 504c338
Showing
428 changed files
with
172,554 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
tests/test_data/notice_transformer/test_repository/test_package4/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"identifier": "package_EF16", | ||
"title": "Package EF16 v1.2", | ||
"description": "This is the conceptual mapping for bla bla bla", | ||
"mapping_version": "3.0.0-alpha.1", | ||
"ontology_version": "4.0.0", | ||
"metadata_constraints": { | ||
"constraints": { | ||
"min_xsd_version": ["R2.0.9.S04.E01"], | ||
"max_xsd_version": ["R2.0.9.S04.E01"], | ||
"eforms_subtype": [ | ||
"16", | ||
"10", | ||
"11", | ||
"12", | ||
"13", | ||
"X1", | ||
"T1" | ||
], | ||
"start_date": null, | ||
"end_date": null, | ||
"eforms_sdk_versions": [ | ||
"1.3", | ||
"1.4", | ||
"1.5", | ||
"1.6", | ||
"1.7", | ||
"1.8", | ||
"1.9", | ||
"1.10" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.